restart logic ?
Answers were Sorted based on User's Feedback
Answer / guest
IF WE WANT TO RESTART THE PARTICULAR STEP WE CAN USE
RESTART PARAMETER AND SYNTAX IS RESTART=STEP NAME.
| Is This Answer Correct ? | 3 Yes | 1 No |
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
What is one line to pass PARM from JCL to COBOL?
What is a Dummy Utility and what it does ?
What is a S0C4 error ?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
Is it possible to left uncode disp?
How to pass the temp dataset form one JOB step to another?
Explain the function of dd name parameter with a 2 part structure; audit.report?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Explain dfsort utility?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
How do you send the output of a COBOL program to a member of a PDS?