When concatenating two PDS can any one PDS can have empty
dataset i.e without any value(Dummy).
Answer Posted / suman kotha
If you put second file as DUMMY, JOB will execute
successfully.
//SORTIN DD DSN=xx70.YYY..JUN25,
// DISP=SHR
//SORTOF1 DD DSN=Z800.FILE2,
// DISP=(NEW,CATLG,DELETE)
//SORTOF2 DD DUMMY
//SYSIN DD *
SORT FIELDS=COPY
OUTFIL FILES=1
OUTFIL FILES=2
//*
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how do you access an uncataloged dataset in a jcl?
Explain the function of the dd dcb keyword?
Mention the types of job control statements?
Give the syntax of job specifying jcl statement.
Are there any set of rules for the names of the steps used in a job? What are they?
what is DSN in JCL and what are the parameters to declare the DSN?
What statement can be used to send data to another mvs jes3 node?
what is the JCL statement consists of?
i want to store 20 digits . how will u do it in cobol ?
What is job control language?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How does jcl act on a cobol code?
What do you understand by the term notcat 2 – gs?
Explain how can the submitting users racf authority be overridden in a job stream?
What are the parameters that are used in creating a gdg?