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
What is the purpose of dd * statement in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the function of dd disp parameter?
what is use of dcb parameter in dd statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how to compare two datasets without using superce because output is limited to 133 bytes
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
List in order the hierarchical levels of jcl?
which utility is used to sort a file in jcl?
what is use of dsn parameter in dd statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is it possible to define dd statements as you want?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?