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 happens in execution stage in job processing?
Explain the purpose of the dd keylen parameter?
what are the statements that are not valid to be included in an include statement?
Can I share my data with other jobs? How?
Why block size is multiple of lrecl in jcl?
What is the function of the steplib dd statement?
Is it possible to define dd statements as you want?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the function of job statement in jcl?
What is the function of job statement in jcl?
In job processing, what happens in execution stage?
Why include statement is used in a jcl?
What are the rules employed while naming the steps in a job?
List the various advantages of using jcl language?
What are the parameters that are used in creating a gdg?