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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there any command to check wether the ps file is in sorted order?

2956


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1523


what is the purpose of coding class parameter in job statement?

1313


what happens in conversion stage in job processing?

1274


How can a stopped job be started again?

1242


Name the parameters which can be used to limit the number of records written to a sysout dataset?

1203


What is condition checking in jcl? Is this possible?

1160


What is the purpose of dd dummy statement?

1522


what are JCLLIB and STEPLIB in JCL?

1232


What are some jcl statements that are not allowed in procedures?

1287


What is NOTCAT ?

1379


Explain in DD statement what is the use of DCB parameter?

1183


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1611


Explain how can values be passed from the job stream to an executable program?

1312


For what purpose steplib and joblib are used ?

1187