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 / mdv
@Shriram Supalwar, Dharmabad
You don't need the IEBGENER STEP.
Your second step sort can have both the files concatenated
as one and given as Input.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can any one plzzzzzz tell the jcl code for creating ps using idcams
How can a fb file convert to vb file using sort program?
What are some jcl statements that are not allowed in procedures?
How to alter the parameters for the existing gdg?
what is a jcl?
What is Cataloged Procedures?
Are there any set of rules for the names of the steps used in a job? What are they?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Differentiate between the joblib and the steplib statements?
what is the use of IEBGENER utility?
What is the purpose of disp parameter?
For what purpose steplib and joblib are used ?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how JCL works?
in ways data can be passed to a COBOL program from JCL?