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 |
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
What are hierarchy levels in jcl?
How do you override a parameter in Positional parameters?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
diff bw vsam and normal flat file?
how to increase the space of a dataset in instream procedure.
What are the parameters that are used in creating a gdg?
What is multithreading in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the purpose of dd dummy statement?