A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ?
//InputF DD DSN=ID.File1
DSN=ID.File2
DSN=ID.File3
Answer / vipul chougule
Concartinate input data sets
SYSIN DD DSN = file1
DSN = file2
DSN = file3
| Is This Answer Correct ? | 15 Yes | 1 No |
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
if we give two job cards in a single what happens
How to release the Output HELD by using HOLD = YES on DD statement ?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the purpose of the PARM keyword in the EXEC statement?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
Min no of member?s (PDS) in one directory block?
Can we browse or edit the GDG dataset if it is a tape entry?
suppose i have 10 job steps and i want to execute only step 6.How to write?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
How many instream we can write in single jcl?