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
Must tape dataset definitions include vol=ser specifications?
What is Cataloged Procedures?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what JCL Procedures?
How can values be passed from the job stream to an executable program?
What is the format of comment statement?
which parameter is use to declare the name of dataset in dd statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Name the statement which can be used to send data to another mvs jes3 node?
what are JCLLIB and STEPLIB in JCL?
For what purpose steplib and joblib are used ?
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.
In job processing, what happens in execution stage?
Why include statement is used in a jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?