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 |
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
What is STEPLIB, JOBLIB? What is it used for?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to find out the number of records in a file using JCL
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
List some valid operation codes in JCL
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
how to see the latest generation in gdg?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?