i have 3 steps in my jcl, where i want to run only one step
at a time depending on the variable. How should i give the
condition statement... I have tried this with two steps
which is working but not able to add condn for the 3rd
step. can anyone help me... I want to know the cond stmt
which i can code in step 3 and step4, so that only either
step2 or step3 or step4 executes
Answer Posted / anjui
We can achieve it through if then else statement in jcl
along with the instream proc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
For what purpose steplib and joblib are used ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are the jcl procedures?
what are the statements that are not valid to be included in an include statement?
Why include statement is used in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
Why block size is multiple of lrecl in jcl?
What is NOTCAT ?
What is the function of job statement in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How would you understand error(execution phase)?
How can unused space allocation be returned to the system when a dataset is closed?
What is the purpose of dd dummy 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?
Explain how can values be passed from the job stream to an executable program?