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


how to create gdg with out using idcams utility

Answers were Sorted based on User's Feedback



how to create gdg with out using idcams utility..

Answer / guest

thru file-aid

Is This Answer Correct ?    30 Yes 4 No

how to create gdg with out using idcams utility..

Answer / gopi

In ISPF go to p.3.2 there VSAM utilities there give v in command prompt and enter left side give 1 to define and right side give 4 gdg and hit enter give GDG name,limit,scratch,empty after that press enter u ll get pgm in command prompt type execute now go to p.3.4 and check ur GDG.......

Is This Answer Correct ?    19 Yes 0 No

how to create gdg with out using idcams utility..

Answer / mahesh.pothula

through fhe ispf panel we can create gdg base.

Is This Answer Correct ?    10 Yes 0 No

how to create gdg with out using idcams utility..

Answer / nohar

through failaid

Is This Answer Correct ?    8 Yes 5 No

how to create gdg with out using idcams utility..

Answer / baig

Index for a GDG can be created using utility IEHPROGM.

sYNTAX: BLDG INDEX=DATASET NAME, ENTRIES=NO OF VERSIONS OF
DATASETS, DELETE.

eX: BLDG INDEX=XM77.GDG.DS, ENTRIES=5, DELETE

Deleting Index of GDG using IEHPROGM

DLTX INDEX=dataset name.

Is This Answer Correct ?    5 Yes 4 No

how to create gdg with out using idcams utility..

Answer / jagan

There is a separate utility GDGBLG . You can try it to
create a new GDG base and for creating new generations.
TSO GDGBLD in the command prompt.

Is This Answer Correct ?    4 Yes 5 No

how to create gdg with out using idcams utility..

Answer / swati gaikwad

//jstep01 exec pgm=idcams
//SYSPRINT DD SYSOUT=*
//SYSIN DD*
DEFINE GDG-
(NAME(<GIVE THE NAME YOU WANT>)-
LIMIT(10)- /*GIVE LIMIT WHATEVER YOU WANT
NOEMPTY-
SCRATCH)
/*

Is This Answer Correct ?    4 Yes 7 No

how to create gdg with out using idcams utility..

Answer / vimal raj

using idcams, EXEC= IDCAMS just allocating gdg with limit
and then creating their corresponding version

Is This Answer Correct ?    2 Yes 16 No

Post New Answer

More JCL Interview Questions

//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code

2 Answers  


Do we need to code DCB parameters when using DISP position as MOD?

1 Answers   Accenture,


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

0 Answers  


What is the use of the utility DFSRRC00 in the JCL?

2 Answers   Convergys,


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

0 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.

5 Answers   BirlaSoft, Infosys,


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Categories