When concatenating two PDS can any one PDS can have empty
dataset i.e without any value(Dummy).
Answers were Sorted based on User's Feedback
Answer / 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 |
How is a type of file defined in the jcl that executes the cobol program?
can we copy a file from fixed block to variable block and vice versa ....asap
Which statement is used to identify the private libraries in job?
Which is the most widely used batch performance monitor for DB2?
What is the purpose of dd?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
suppose i have 10 job steps and i want to execute only step 6.How to write?
what is A-MODE and R-MODE?
what is the difference between JES3 and JES2?
how to create gdg with out using idcams utility
What is the function of job statement in jcl?