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 |
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
How can i execute 5th step without executing first 4 steps?
how to compress the data set
How do you send the output of a COBOL program to a member of a PDS?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is a COND parameter in JCL?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain concatenating datasets?
What are the 2 types of parameters in dd statement?
how do u send return code from cobol to jcl ?