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
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain about LMFREE�free data set from its association with data ID
Explain how can an in-stream dataset be terminated?
what is the purpose of coding notify parameter in job statement?
How can unused space allocation be returned to the system when a dataset is closed?
How do you access an uncatalogued dataset in a jcl?
List the various advantages of using jcl language?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to submit a jcl from cics?
Define concatenating?
Brief description of inline procedure of jcl.
What are some jcl statements that are not allowed in procedures?
how can the same proc be re-used and called by many jobs?