Answer Posted / vijay
1.IEBGENER is used to copy contents from
* one PS to another PS/member of a PDS,
* one PDS member to a PS/member of a PDS.
2.It is also used to concatenate two datasets with same
BLK size.
3.The source can be a instream data/ a PS/member of a PDS.
The destination can be a PS/member of a PDS/spool data.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the format of comment statement?
Explain how can return codes be tested before execution of a job step?
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?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How can unused space allocation be returned to the system when a dataset is closed?
What is the significance of addrspc parameter in the exec statement?
Is it possible to left uncode disp?
what is the purpose of coding notify parameter in job statement?
List the various advantages of using jcl language?
How can an in-stream dataset be terminated?
What is the function of dd disp parameter?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Are there any set of rules for the names of the steps used in a job? What are they?
Explain dd statement in jcl?
what is a jcl?