proc1,proc2,up to proc5 is there if i want to call proc1 and
proc5how can u write the code
Answer Posted / harsha
1 You can use COND parameter as COND=(0,LE) on STEP2 till
STEP4.
2 You can comment out the step you do not want to execute.
3 You can use IEBEDIT to select the steps you want to
execute.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why block size is multiple of lrecl in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what is a jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are steplib and joblib? What for they are used?
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?
how you will the direct the data to spool using sysout option?
What is Cataloged Procedures?
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) ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Define concatenating?
Explain how can values be passed from the job stream to an executable program?
Name what parameter directs the output of the job log dataset?
Is there any command to check wether the ps file is in sorted order?
How can the disposition of sysout datasets be set for an entire jobstream?