Answer Posted / roman g.
Every answer here causes RC16 after run.
The reason is missing SYSPRINT DD in JCL.
...
//SYSPRINT DD SYSOUT=*
...
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Mention the types of job control statements?
How does jcl act on a cobol code?
Is condition checking possible in jcl? If yes, how?
Explain the function of the dd dcb keyword?
which parameter is use to declare the name of dataset in dd statement?
Explain how can a stopped job be started again?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the difference between run mode and addressing mode?
what happens in execution stage in job processing?
What are the jcl procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the use of JCL?
How to do automated restart when a job abend?
What are steplib and joblib? What for they are used?