What are the kinds of job control statements?
Answers were Sorted based on User's Feedback
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 |
What is the difference between sb37,se37,sd37 each?
How to DEBUG a JCL?
how to compare two datasets without using superce because output is limited to 133 bytes
How is a GDG base created?
How to empty the records in jcl
What is the motivation behind coding class parameter in job statement?
i want to avoid the positional parameter how to code it ?
What is the difference between joblib and jcllib statements
Why block size is multiple of lrecl in jcl?
what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero
How can the attributes of one sms dataset be copied to another dataset?