Answer Posted / guest
JOB : Identifies a job and supplies accounting info
EXEC : Identifies a job step by indicating the name of the
program to be executed.
DD : Identifies a data set to be allocated for the job step
Delimiter(/*) : Marks the end of an in-stream dataset
Null(//) : Marks the end of a job
Comments(//*) : Provides Comments
PROC : Marks the beginning of a procedure
PEND : Marks the end of a procedure
OUTPUT : Supplies options for SYSOUT processing.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the compile process of cobol program expalin with code
How can values be passed from the job stream to an executable program?
What are the 4 fields in dd statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Can we use DISP=SHR in output file in JCL
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is the purpose of coding class parameter in job statement?
Does jcl support automatic restart?
Explain how can return codes be tested before execution of a job step?
What is the purpose of dd?
Explain the jcl exec statement?
what are JCLLIB and STEPLIB in JCL?
List the various advantages of using jcl language?