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 there any way to execute more than one proc in the same exec statement at the same time..?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the difference between the positional and keyword parameters? Give examples.
in ways data can be passed to a COBOL program from JCL?
When space is allocated for an output dataset, what units can be used?
what is the JCL statement consists of?
Does jcl support automatic restart?
How would you understand error(execution phase)?
How to pass data to a program that is coded in an exec statement?
What are the parameter we cannot use in procedure?
What are hierarchy levels in jcl?
Is acct parameter mandatory?
what is DD statement is used in JCL?
what is use of dcb parameter in dd statement?
What is concatenating?