What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?
Answer Posted / charu
REPRO - This is mainly used for copying from PS file to
VSAM data set or from VSAM dataset to another VSAM dataset.
| Is This Answer Correct ? | 79 Yes | 9 No |
Post New Answer View All Answers
What is the purpose of dd * statement in jcl?
What parameter directs the output of the job log dataset?
Explain how can a jobs execution priority be modified?
What is the function of the dd mgmtclas keyword in sms datasets?
which utility is used to sort a file in jcl?
What is jcl in mainframe?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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 run mode and addressing mode?
//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 /*
Matching Logic in Jcl not in cobol.Could any one please answer this question
what are JCLLIB and STEPLIB in JCL?
What is the function of //cntl statement?
Explain the hierarchy levels in jcl?
How can a jobs execution priority be modified?