Answer Posted / 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 View All Answers
Name a few IBM utility programs, and explain its function.
Explain the function of //cntl statement?
Where can program checkpoints be stored for use in a restart?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What are the parameter we cannot use in procedure?
What statement can be used to send data to another mvs jes3 node?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is their any limit for data sets?
Where & How Do You Code Identifier In Jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are steplib and joblib?
Which statement is used to identify the private libraries in job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What happens if both JOBLIB & STEPLIB is specified ?