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
How does jcl act on code(if you take a cobol program)?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is it possible to left uncode disp? If yes, how?
What do you understand by jcl?
What is the function of dd disp parameter?
what happens in execution stage in job processing?
What are the 4 fields in dd statement?
Is their any set of rules for dd? Explain.
Explain about LMQUERY�give a dialog information about a data set
How dummy is used in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the function of the dd dcb keyword?
Explain the function of job statement in jcl?
In sms datasets, what is the function of the dd avgrec keyword?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?