In a proc i will concatinate 4 dd statements.i want to
overide 3 dd statement through jcl how?
Answer Posted / mchava
//PROC
//STEP1 EXEC PGM=PGM1
//dd1 DD dsn=file1
//dd2 DD dsn=fel2
//dd3 DD dsn=file3
//dd4 DD dsn=file4
//PROCSTEP1.dd3 DD dsn=file5
will override the dd3 file3 with file5
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
Is it possible to define dd statements as you want?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Must tape dataset definitions include vol=ser specifications?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is the difference between the positional and keyword parameters? Give examples.
Is acct parameter mandatory?
What is use of restart and how to use it?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What parameter directs the output of the job log dataset?
Differentiate between addressing mode and run mode.
Is there any command to check wether the ps file is in sorted order?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Describe the various parameters utilized in the creation of a gdg?
Does jcl support automatic restart?