Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does IEBGENER do?

Answers were Sorted based on User's Feedback



What does IEBGENER do?..

Answer / guest

Used to copy one QSAM file to another. Source dataset should
be described using SYSUT1 ddname. Destination dataset should
be described using SYSUT2. IEBGENR can also do some
reformatting of data by supplying control cards via SYSIN.

Is This Answer Correct ?    43 Yes 0 No

What does IEBGENER do?..

Answer / pradeep

The IEBGENER can be used to call one JCL from another JCL,
example:

//TEST003 JOB 'SORT002',MSGCLASS=X,CLASS=T
//*
//STEP001 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD DUMMY

Here the TEST003 Job when submitted, we inturn submit the
JCL member XXX.GENERAL.STUDY(TEST001)

Is This Answer Correct ?    25 Yes 6 No

What does IEBGENER do?..

Answer / balakrishnan,maples148

used to copy a group of records of variable length from one
qsam file to another. the file may be ps or pds member..
source file must be specified in SYSUT1 and destination is
specified in SYSUT2.

Is This Answer Correct ?    23 Yes 5 No

What does IEBGENER do?..

Answer / shakila vinayagam

You can use IEBGENER to perform the following tasks:
1) Create a backup copy of a sequential data set, a member
of a partitioned data
set or PDSE or a UNIX system services (USS) file such as a
HFS file.
2)Produce a partitioned data set or PDSE, or a member of a
partitioned data set or
PDSE, from a sequential data set or a USS file.
3) Expand an existing partitioned data set or PDSE by
creating partitioned members
and merging them into the existing data set.
4) Produce an edited sequential or partitioned data set or
PDSE.
5) Manipulate data sets containing double-byte character
set data.
5) Print sequential data sets, members of partitioned data
sets or PDSEs or USS
files.
6) Reblock or change the logical record length of a data
set.
7)Copy user labels on sequential output data sets.

Is This Answer Correct ?    13 Yes 4 No

What does IEBGENER do?..

Answer / vijay

1.IEBGENER is used to copy contents from
* one PS to another PS/member of a PDS,
* one PDS member to a PS/member of a PDS.

2.It is also used to concatenate two datasets with same
BLK size.

3.The source can be a instream data/ a PS/member of a PDS.
The destination can be a PS/member of a PDS/spool data.

Is This Answer Correct ?    6 Yes 0 No

What does IEBGENER do?..

Answer / amar

000100 //TECH301A JOB CLASS=A,NOTIFY=&SYSUID
000110 //JCLLIB1 JCLLIB ORDER=USER.PROCLIB
000200 //STEP01 EXEC PGM=IEBGENER
000300 //SYSUT1 DD DSN=TECH301.AAAAA.PS,DISP=SHR
000400 // DD DSN=TECH301.BBBBBB.PS,DISP=SHR
000401 //SYSUT2 DD DSN=TECH301.CCCCCC.PS,DISP=SHR
000500 //SYSPRINT DD SYSOUT=*
000600 //SYSOUT DD SYSOUT=*
000700 //SYSIN DD DUMMY


BY using the IEBGENER we can pass two input files data into single output file

by
Amarnath k

Is This Answer Correct ?    5 Yes 2 No

What does IEBGENER do?..

Answer / aditya skand

using this utility we can also send emails

Is This Answer Correct ?    3 Yes 1 No

What does IEBGENER do?..

Answer / praveenkumar p

What to do the IEBUPDTE?????

Is This Answer Correct ?    3 Yes 2 No

What does IEBGENER do?..

Answer / mohan tk

1.Create backups of sequential dataset or create members of
partitioned dataset.
2.create partioned dataset or members from a sequential
input dataset.
3.copying a sequential dataset

Is This Answer Correct ?    0 Yes 0 No

What does IEBGENER do?..

Answer / guest

It is Dummy Utility. It is used to copy ps to
ps ,concentating data sets it will be ps file or pds file.

Is This Answer Correct ?    8 Yes 19 No

Post New Answer

More JCL Interview Questions

Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


Explain the function of dd disp parameter?

0 Answers  


which utility is used to sort a file in jcl?

0 Answers   IBM,


Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.

9 Answers   iGate, Lehman Brothers,


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


How do you pass parameters to the program as the job is being executed ?

2 Answers  


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

0 Answers  


Explain dd statement in jcl?

0 Answers  


Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


Categories