In my JCL 10 Steps Will Be there Now i want to execute
step05 And step06. How to Give the Cond?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Give restart=step05 in job card & cond=(0,le) in step7
through step10.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / sujitha
specify RESTART=STEP5 in job card and after the step6
mention the null identifier(//).
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain about Internal Sort
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How many steps we can overide in the proc's?
Describe the EXEC statement, its meaning, syntax and keywords?
What is the function of dd disp parameter?
define cond parameter in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
what is check pending option
What is a JCL Command 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?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/