there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / sai
Hi,
CODE THE CONDITION PARAMETER COND=
(0,LE) IN THE STEPS THAT WE DONT WANT TO EXECUTE
Regards
Sai
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the purpose of the dd keylen parameter?
Must tape dataset definitions include vol=ser specifications?
Which dd parameters are required?
What are hierarchy levels in jcl?
how you can access an uncataloged dataset in a JCL?
write a jcl to execute a job by 7:00 am on jan 20,1986?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How is the record format of an output dataset specified?
Differentiate between addressing mode and run mode.
Explain about LMFREE�free data set from its association with data ID
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?
What are the parameters that are used in creating a gdg?
which utility is used to sort a file 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