Step 1 RC 4
Step 2
Step 3
I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
No Answer is Posted For this Question
Be the First to Post Answer
I have a File that has duplicate records. I need only those records that occur more than thrice.
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
what is DSN in JCL and what are the parameters to declare the DSN?
How do you create a temporary dataset?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
how to set dependancy for jobs?
What do you know about jcl?
What is a JCL Command statement ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
what are the options in file-aid to edit vsam dataset and to compare data sets.
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.