Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answers were Sorted based on User's Feedback
Answer / manasa
Use cond = only in first step
Then use if/else/then statement for further steps to not execute
| Is This Answer Correct ? | 1 Yes | 1 No |
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
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?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
Name a few IBM utility programs, and explain its function.
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What is the function of //jcllib statement?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
what is A-MODE and R-MODE?
Explain about LMMLIST�list a library's members
What is the function of dd disp parameter?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
in jcl you are having JCLLIB and STEPLIB what happens