1. IEBGENER is used to copy data from one file to another file
a. PS ----> PS
b. PS ----> PDS(member)
c. Member(PDS) ---> Member (PDS)
d. Member (PDS) ---> PS
While excuting JCL we have to remember few points
1. SYSPRINT --- is nothing but a statement which is...
IEBGENER
----------------
1. IEBGENER is used to copy data from one file to another file
a. PS ----> PS
b. PS ----> PDS(member)
c. Member(PDS) ---> Member (PDS)
d. Member (PDS) ---> PS
While excuting JCL we have to remember few points
1. SYSPRINT --- is nothing but a statement which is used to print the messages from IEBGENER UTILITY
2. SYSIN DD STATEMENT where we give all control parameters
3. SYSUT1 & SYSUT2 are input and output DD names of dataset
Here SYSUT1 is inputfile copy to SYSUT2 output file
//SYSYIN DD DUMMY ---- means we are not passing any control statements that why we are giving dummy.
IBM MAINFRAME JCL UTILITIES - IEBGENER JANAKI RAM SOMISETTY
JCL UTILITIES – IEBGENER IEBGENER is used to copy data from one file to another file a . PS ----> PS b . PS ----> PDS(member) c . Member(PDS) ---> Member (PDS) d . Member (PDS) ---> PS
C OPY DATA FROM INPUT PS TO OUTPUT PS
C OPY DATA FROM INPUT PS TO OUTPUT PS While executing JCL we have to remember few points SYSPRINT --- is nothing but a statement which is used to print the messages from IEBGENER UTILITY SYSIN DD STATEMENT where we give all control parameters SYSUT1 & SYSUT2 are input and output DD names of dataset Here SYSUT1 is input file copy to SYSUT2 output file //SYSYIN DD DUMMY ---- means we are not passing any control statements that why we are giving dummy.