Wrete a JCL to compare two files and mached records move to
onc file & un mached rows wants to another file?
Answer Posted / pavan kumar ponnam
***********************************************************************
*****************.N.O.T E.A.S.Y S.E.R.I.O.U.S.L.Y. **************
***********************************************************************
Hi Team,
i am fighting for this solution.
***********************************************************************
Input file 1:
A
A
A
Input file 2:
A
Output Matched-file1:
A
Output Un-Matched-file2:
A
A
Without Any Program, With out any Sort-join Keys.Please let me know the solution with syntax.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is job control 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
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain about LMFREE�free data set from its association with data ID
which parameter is used to check the syntax of a jcl without executing it?
Which statement is used to identify the private libraries in job?
How do you access an uncatalogued dataset in a jcl?
what are the statements that are not valid to be included in an include statement?
What are the parameter we cannot use in procedure?
what is use of disp parameter in dd statement?
which utility is used a dummy utility?
Brief description of inline procedure of jcl.
Explain the function of a dd statement?