IF we are calling a PROC from Jcl...This Proc have 3 steps
in it and we want to execute only the second step using the
JCL, How to do it??
Please give the answer ASAP:)
Answer Posted / rahul singh
On Job card : Restart=jobstep(step that calls the proc).step2
On Jobstep(step that calls the proc): COND=(0,LE)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain the purpose of dd dummy statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is a jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
whats the diff bw the evaluate also and and?
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 the motivation behind coding class parameter in job statement?
How does the jcl specify the job to os?
Explain dd statement in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how you can direct the data to spool using SYSOUT option?
Where can program checkpoints be stored for use in a restart?
Is their any limit for data sets?