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 |
what is JCL?
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
Explain the purpose of the dd keylen parameter?
How many instream we can write in single jcl?
What is the meaning of keyword in JCL? What is its opposite?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
what is the use of IEBGENER utility?
whats the diff bw the evaluate also and and?
How to skip first step of a job? Can we use COND on the first step?
How many types we can give input to 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
What are s0c1, s0c4, s0c5, s0c7 and socb?