We have two PS files,want to compare those files and put
the duplicate records in one file.
Input file 1 contains(1,2,4,9,10)
Input file 2 contains (1,4,5,11,12,14,16).
Help me with jcl.
Answer Posted / aditi
hi,
I have also faced the same question.
as we have the two seperate input files.
Nitika, U have taken only one input file so how we sort it
using only one file?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you access an uncatalogued dataset in a jcl?
List the various advantages of using jcl language?
how do you access an uncataloged dataset in a jcl?
What are the utility programs in jcl?
What is the motivation behind coding class parameter in job statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Where can program checkpoints be stored for use in a restart?
What is the difference between the positional and keyword parameters? Give examples.
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is the syntax of JCL statement?
What is NOTCAT ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the purpose of coding class parameter in job statement?
Can I share my data with other jobs? How?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?