Answer Posted / callee
Sush, we can't give instream data IN any kind of
procedures. We can give one only when we CALL proc.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What parameter of the job statement is used to limit the cpu time consumed by the job?
when does a dataset go uncataloged?
How to run cobol program using jcl?
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?
Explain the function of //jcllib statement?
What is NOTCAT ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is use of dsn parameter in dd statement?
How is a type of file defined in the jcl that executes the cobol program?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of the dd dcb keyword?
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?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Where & How Do You Code Identifier In Jcl?
which parameter is used to check the syntax of a jcl without executing it?