What are the kinds of job control statements?

Answers were Sorted based on User's Feedback



What are the kinds of job control statements?..

Answer / guest

The JOB, EXEC and DD statement.

Is This Answer Correct ?    8 Yes 0 No

What are the kinds of job control statements?..

Answer / chandrasekhar

JOB EXEC AND DD

Is This Answer Correct ?    2 Yes 0 No

What are the kinds of job control statements?..

Answer / muttaiah

There are several Job control stmts some of those are ..

1. JOB - Explains the job details.
2. Exec - Tells regarding the program
3. DD - Tells regd the datasets used in the program
4. Prod - start of the procedure
5. pend - end of the procedure
6. /* - Delimiter(end of instream data)
7. //* - Comment stmt
8 // - Null Stmt
9. Output - Routes the JESmsgs/JClstmts as specified
10. Include - Copies the JCL in PDS member during run time
11. Joblib & steplib - Specifies the Load module libraries
12. JCLLIB - Specifies the Procedure libraries

That's all i remember. If any thing missing add/modify
accordingly..

If you say this details then the interviewer can get a good
impression on you..
All the best buddy.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?

2 Answers  


Explain the function of the steplib dd statement?

0 Answers  


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


what is the resolution for sb37 error

2 Answers   TCS,


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  






what is use of dcb parameter in dd statement?

0 Answers   IBM,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


How do you submit JCL via a Cobol program?

2 Answers   Cap Gemini,


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

5 Answers   L&T,


There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?

2 Answers  


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


Categories