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


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd * statement in jcl?

901


Are there any set of rules for the names of the steps used in a job?

731


what is DSN in JCL and what are the parameters to declare the DSN?

822


Which dd parameters are required?

802


How jcl work to handle various input output file operations?

744






write a jcl to execute a job by 7:00 am on jan 20,1986?

780


Explain the function of a dd statement?

750


What is one line to pass PARM from JCL to COBOL?

4550


What is the purpose of dd dummy statement?

1044


List in order the hierarchical levels of jcl?

756


How is the record format of an output dataset specified?

847


What is the function of //jcllib statement?

919


can any one plzzzzzz tell the jcl code for creating ps using idcams

10770


what are JCLLIB and STEPLIB in JCL?

775


How can the disposition of sysout datasets be set for an entire jobstream?

951