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 / sowdamini
we can override step1 and 3 by dd dummy statements.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
In job processing, what happens in execution stage?
In job processing, what happens in conversion stage?
a dd statement has 2 types of parameters. Name them?
How to do automated restart when a job abend?
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?
Can we use DISP=SHR in output file in JCL
What are s0c1, s0c4, s0c5, s0c7 and socb?
Can I send output of job to my remote device careerride123?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Is acct parameter mandatory?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How do you access an uncatalogued dataset in a 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