What is the use of IEBGENER ?
Answers were Sorted based on User's Feedback
Answer / p.venkateswarao
IEBGENER is used to copy the data from one Physical
sequential(PS)dataset to another ps.
//aza048ex job class=a,msgclass=x,notify=&sysuid
//step exec pgm=iebgener
//sysut1 dd dsn=aza048.naveen.file1,disp=shr
//sysut2 dd dsn=aza048.naveen.file2,
// disp=(new,catlg,delete),
// dcb=(lrecl=80,blksize=800,recfm=fb),
// space=(trk,(10,10),rlse)
//sysprint dd sysout=*
//sysout dd sysout=*
//sysin dd *
/*
//
Here sysut1 is the input file and sysut2 is the output file
Is This Answer Correct ? | 18 Yes | 3 No |
Answer / vinay sonar
IEBGENER is used to copy data from one ps to another ps.
Also is it used to copy data from ps to spool area and vica
versa
For more refer mainframe refresher from MUTTU
Is This Answer Correct ? | 1 Yes | 0 No |
if we give TIME=0 how many sec that job/step
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
A job has 150 steps i want to execute only 57th step
What do you feel makes a good program?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
write a jcl to execute a job by 7:00 am on jan 20,1986?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
Explain the function of dd disp parameter?