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

wht do u mean by internal reader in jcl ? wht is the use of internal reader ?

1 Answers   Syntel,


Can an individual step be restricted from using all the jobs allowed cpu time?

0 Answers  


What is the function of job statement in jcl?

0 Answers  


what are the ways of passing data to a cobol program from jcl?

1 Answers   IBM,


how to count the number of members in pds?

2 Answers  






What happens if both JOBLIB & STEPLIB is specified ?

0 Answers  


What is the difference between the JOBLIB and the STEPLIB statements?

3 Answers  


oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset

3 Answers   Cognizant,


List some valid operation codes in JCL

3 Answers  


How can unused space allocation be returned to the system when a dataset is closed?

0 Answers  


what is DD statement is used in JCL?

0 Answers  


What is the difference between the positional and keyword parameters? Give examples.

0 Answers  


Categories