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 |
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 disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to find in aparticular step how many versions a paricular gdg base have?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
What are the basic JCL Statements for a Job?
which utility is used to update pds?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
How to read records in reverse order in flat file?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.