how can we merge two input files from two different jobs
into one output file ? Please ans any one ASAP?
Answer / sk
please clear the question, just think over it and ask the
question clearly?
| Is This Answer Correct ? | 0 Yes | 1 No |
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is d/f b/w sysout & sysprint
how can i use the parameters decalred in main pgm in sub pgm
why do we use file-aid wht r the adv of using file-aid thn in ispf
Explain about File Tailoring
Name a few IBM utility programs, and explain its function.
if we give two job cards in a single what happens
How do you skip a particular step in a proc/JOB?
What is the format of comment statement?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
What does the one advantange of using IEBUPDTE?????
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.