Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / balu
Hi
Can any one please provide the code for the below requirement.
there are 2 input files move the matched records in one file
and unmatched records in input file1 moves to outputfile1
and unmatched records in input file2 moves to output file2
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the function of the steplib dd statement?
How does jcl act on code(if you take a cobol program)?
what is DD statement is used in JCL?
how to compare two datasets without using superce because output is limited to 133 bytes
what is DSN parameter and DISP parameter is used for?
Are there any set of rules for the names of the steps used in a job? What are they?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How can an in-stream dataset be terminated?
Where can program checkpoints be stored for use in a restart?
Explain the job statement in jcl?
Name a few IBM utility programs, and explain its function.
I need exexution process for JCL programs
What is the format of comment statement?
what JCL Procedures?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain