Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Error while deleting a file
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 2959
Location: Brussels once more ...

PostPosted: Wed Jul 16, 2008 4:04 pm    Post subject:
Reply with quote

Maybe you should use LISTCAT ENT(/) ALL

instead of

I
Back to top
View user's profile Send private message
References
PostPosted: Wed Jul 16, 2008 4:04 pm    Post subject: Re: Reply with quote

Anuj D.

Senior Member


Joined: 22 Apr 2006
Posts: 1705
Location: Mumbai, India

PostPosted: Wed Jul 16, 2008 5:41 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Apeksha

New User


Joined: 21 May 2008
Posts: 25
Location: Mumbai

PostPosted: Wed Jul 16, 2008 5:47 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Anuj D.

Senior Member


Joined: 22 Apr 2006
Posts: 1705
Location: Mumbai, India

PostPosted: Wed Jul 16, 2008 5:52 pm    Post subject:
Reply with quote

You are welcome.. icon_smile.gif

Ad
Back to top
View user's profile Send private message
Anuj D.

Senior Member


Joined: 22 Apr 2006
Posts: 1705
Location: Mumbai, India

PostPosted: Fri Aug 29, 2008 1:06 pm    Post subject: Re: Reply to: Error while deleting a file
Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2