List some valid operation codes in JCL
Answers were Sorted based on User's Feedback
Answer / balesh
//JOB_NAME JOB '123' CLASS=Q,MSGLEVEL=(0,1)
//STEP1 EXEC PGM='ADDPGM'
//DD_NAME DD=PATH
Is This Answer Correct ? | 0 Yes | 0 No |
How to skip first step of a job? Can we use COND on the first step?
which utility is used to sort a file in jcl?
explain concatinating datasets?
what is instream data
what is JCL?
what is the job entry system used in your project?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
What is the purpose of dd * statement in jcl?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Explain the function of job statement in jcl?
Brief description of inline procedure of jcl.