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...

Can we create VSAM file by using IEBGENER?

Answer Posted / rikdeb

We can create with IEFBR14.Check it out
http://mframes.blogspot.in/2014/08/can-we-create-vsam-file-with-iefbr14.html

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you create a temporary dataset?

1241


What is the purpose of dd * statement in jcl?

1327


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

1520


Differentiate between addressing mode and run mode.

1132


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

1309


Brief description of inline procedure of jcl.

1315


Explain the function of the dd dcb keyword?

1319


Is automatic restart possible in jcl? If yes, how?

1168


How dummy is used in jcl?

1197


define cond parameter in jcl?

1321


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1437


how can the same proc be re-used and called by many jobs?

1558


How can the attributes of one sms dataset be copied to another dataset?

1473


Explain about LMQUERY�give a dialog information about a data set

1503


List the different jcl statements that are not permitted in the procedures?

1122