in production region 100 steps are running,but i need to
run only step5 without changing code how can i do it?
Answer Posted / gangireddy
//sysin dd *
edit type=include, stepnmae=(step5)
/*
//
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
what happens in conversion stage in job processing?
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?
What is the function of dd disp parameter?
what is use of dcb parameter in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is their any set of rules for dd? Explain.
What is multithreading in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Mention the types of job control statements?
What are the utility programs in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
What are hierarchy levels in jcl?
A dd statement consists of 4 fields. Name them?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?