What is the difference between IEBGENER, IEBCOPY and REPRO
in IDCAMS utility?
Answer Posted / david
IEBGENER - Used to copy from one PS to another PS data sets.
IEBCOPY - Used to copy and compress the PDS.
REPRO - Used to copy the data from PS to VSAM and vice versa.
Refer the following youtube video for more details.
https://www.youtube.com/watch?v=UdePyOt-dH0&list=PLB4QPUJFZRcTE5nPlf46Gg_Mml6WroVth&index=18
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is it possible to left uncode disp?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
when does a dataset go uncataloged?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Does jcl support automatic restart?
which parameter is used to check the syntax of a jcl without executing it?
Name the statement which can be used to send data to another mvs jes3 node?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the format of comment statement?
What is the function of a dd statement?
Is it possible to define dd statements as you want?
What is the use of disp parameter?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?