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
In sms datasets, what is the function of the dd avgrec keyword?
what are the statements that are not valid to be included in an include statement?
What is the purpose of dd dummy statement?
What is the use of disp parameter?
what is the difference between JES3 and JES2?
How do you submit a job for execution?
which utility is used to run a cobol-db2 program?
Give the syntax of job specifying jcl statement.
Is condition checking possible in jcl?
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?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
when can a job time-out occur? How to overcome that?
What do you understand by the terms: joblib and steplib?
What is the maximum length of a single line of jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?