Answer Posted / prashanthkodakani
above answer is correct this can be done by using
IDCAMS= 'intgrated data cluster access method service'
utility program.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
how to compare two datasets without using superce because output is limited to 133 bytes
How do you submit a job for execution?
//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 /*
What is NOTCAT ?
How is the record format of an output dataset specified?
What is the purpose of the dd keylen parameter?
What is the purpose of dd?
How would you understand error(execution phase)?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
when can a job time-out occur? How to overcome that?
Explain the purpose of dd dummy statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are steplib and joblib?
what JCL Procedures?