Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / mainframeguru
can anyone tellme how to separate the duplicate records into the new dataset ,,, im not asking how to eliminate the duplicate records,,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a jcl to execute a job by 7:00 am on jan 20,1986?
how do you access an uncataloged dataset in a jcl?
What is the purpose of disp parameter?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what is the resolution for sb37 error
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is one line to pass PARM from JCL to COBOL?
what are the statements that are not valid to be included in an include statement?
what JCL Procedures?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
how you can direct the data to spool using SYSOUT option?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is SOC4 error?
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