How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / paray2x
One option is to use RESTART=STEP15 and insert a null JCL
before it.
Otherwise, determine what condition code STEP15 will
return. If it will return 0, then code RESTART=STEP15 and
COND=(0,EQ) on the job card itself.
The COND will apply to all steps. Since STEP15 has no
previous step when restarting, COND will be ignored for
this step. Then, other steps will flush because of the COND
parameter.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the function of job statement in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is use of restart and how to use it?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what is DSN parameter and DISP parameter is used for?
How can the attributes of one sms dataset be copied to another dataset?
What is the purpose of dd dummy statement?
Describe the various parameters utilized in the creation of a gdg?
i want to store 20 digits . how will u do it in cobol ?
How can unused space allocation be returned to the system when a dataset is closed?
Can I send output of job to my remote device careerride123?
What do you know about jcl?