Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / rookie
if u are referring to duplicates...than
//SORTXSUM DD DSN=....
//SYSIN DD *
SORT FILEDS=COPY,
SUM FIELDS=NONE,XSUM
| Is This Answer Correct ? | 31 Yes | 24 No |
Post New Answer View All Answers
what is the purpose of coding notify parameter in job statement?
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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
In sms datasets, what is the function of the dd mgmtclas keyword?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is use of disp parameter in dd statement?
Explain how can a jobs execution priority be modified?
What are some jcl statements that are not allowed in procedures?
How do you access an uncatalogued dataset in a jcl?
what is “Cond= even” and “Cond=only”?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is the difference between JES3 and JES2?
What are the parameters that are used in creating a gdg?