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 is condition checking in jcl? Is this possible?
How would you understand error(execution phase)?
What is the difference between run mode and addressing mode?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how you can access an uncataloged dataset in a JCL?
what is use of dsn parameter in dd statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
For what purpose steplib and joblib are used ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to run cobol program using jcl?
which parameter is use to declare the name of dataset in dd statement?
Explain in DD statement what is the use of DCB parameter?
What is the function of a dd statement?