I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?
Answer Posted / chandrakant
Hi ,
cond=even means if previous steps are terminated abnormally
that time also this step should be executed . it does not
mean to execute the steps in any specific order( even 2,4,6)
Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
Is their any limit for data sets?
what are the types of abends that occur on job failure? And explain the possible causes of these
Can we use DISP=SHR in output file in JCL
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the JCL statement consists of?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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?
Explain the function of job statement in jcl?
How can values be passed from the job stream to an executable program?
List in order the hierarchical levels of jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what are the various stages of job processing?
What are the parameter we cannot use in procedure?
What is NOTCAT ?