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 the function of a dd statement?
How to submit jcl through a cobol program?
How to alter the parameters for the existing gdg?
What is the use of symbol // in jcl?
When space is allocated for an output dataset, what units can be used?
what are the statements that are not valid to be included in an include statement?
What are the parameter we cannot use in procedure?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what operation is performed by job statement?
how you will the direct the data to spool using sysout option?
What are the 2 types of parameters in dd statement?
How can an in-stream dataset be terminated?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
define cond parameter in jcl?