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
what JCL Procedures?
what is the purpose of coding class parameter in job statement?
Explain how can a stopped job be started again?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How to execute 2nd and 4th steps among 5 steps in jcl proc?
how you will the direct the data to spool using sysout option?
Is automatic restart possible in jcl? If yes, how?
What is jcl in mainframe?
Explain the function of dd disp parameter?
Which dd parameters are required?
Can we call instream to catalog and catalog to instream?
What is the difference between run mode and addressing mode?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the purpose of dd?