What are the kinds of job control statements?

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


Please Help Members By Posting Answers For Below Questions

What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9218


Define concatenating?

667


How gdg are concatenated?

670


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

606


What do you understand by the term notcat 2 – gs?

757






which utility is used a dummy utility?

791


What is the syntax of JCL statement?

694


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

728


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.

1732


what operation is performed by job statement?

659


Must tape dataset definitions include vol=ser specifications?

979


Is there any command to check wether the ps file is in sorted order?

2430


which utility is used to run a cobol-db2 program?

810


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

619


Explain how can values be passed from the job stream to an executable program?

622