|
|
| Author |
Message |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3543 Location: Brussels once more ...
|
|
|
|
Maybe you should use LISTCAT ENT(/) ALL
instead of
I |
|
| Back to top |
|
 |
References
|
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2219 Location: Phoenix, AZ
|
|
|
|
Hi Apeksha,
| Apeksha wrote: |
| What it means by GDG model? Could you please explain? |
Before you can create the files that attach to a GDG base, you need to create a model dataset that contains the DCB information for the files. This model data just needs to be a VTOC entry, it does not need to actually use up disk space. It is possible to create a different model dataset for every possible DCB combination, and some sites actually do that, but this needs a lot of effort to maintain. Many sites use a single model dataset, and then override the DCB information to build the correct type of file. To create a model DCB, use a dummy IEFBR14 job like this
| Code: |
//STEP2 EXEC PGM=IEFBR14
//MODEL1 DD DSN=I.AM.GDG.MODEL,
// DISP=(NEW,KEEP,DELETE),
// UNIT=SYSDA,
// SPACE(TRK,0),
// DCB=(LRECL=80,RECFM=FB) |
The SPACE=(TRK,0) parameter means that this file will just be created as a VTOC entry, it will not use up disk space.
But as Dick & Expat has mentioned, just to quote again..
| Quote: |
| They are no longer required if DFsms is installed and tailored correctly. |
And as I said earlier I've never tried to create a GDG-model ever at my shop.
Hope this helps.. |
|
| Back to top |
|
 |
Apeksha
New User
Joined: 21 May 2008 Posts: 27 Location: Mumbai
|
|
|
|
Hi Anuj,
Thanks for the infomation, this clears the thing along with the explaination by Dick & Expat. As we do not create GDG models, So I was unaware of it. |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2219 Location: Phoenix, AZ
|
|
|
|
You are welcome..
Ad |
|
| Back to top |
|
 |
Anuj D.
Global Moderator
Joined: 22 Apr 2006 Posts: 2219 Location: Phoenix, AZ
|
|
|
|
Hi,
| meenakshi_forum wrote: |
| I have a silly question; Can anyone tell me that the GDG base is treated as a PDS or a PS? |
It should not be called either PDS or PS, that's why it's given a different name- GDG Base.
PS. Probably I also want a better explanation here.. |
|
| Back to top |
|
 |
|
|
|