MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PDS and Directory Blocks Question

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
kappurajesh
Beginner


Joined: 29 Mar 2004
Posts: 19
Topics: 13
Location: India

PostPosted: Sun Apr 25, 2004 5:39 am    Post subject: PDS and Directory Blocks Question Reply with quote

1. During creating PDS, (if directory block is 1, then we can create 5 members and last one for storing 5 members details.

i want to know how to open 6th member and see contents
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Apr 26, 2004 9:41 am    Post subject: Reply with quote

Kappurajesh,

Please state your level of experience when asking simple and basic interview questions. It gives us an opinion about the poster. we had a poster by name Mcmillan who was here asking stupid questions and it seems that he is teaching mainframes. That is scary !! I pity the students who learn from him. I just don't want to help another mcmillan.

Thanks,

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Tue Apr 27, 2004 3:03 pm    Post subject: Reply with quote

Kappurajesh,

Each directory block in a regular PDS, you can store 5 members.The number of members vary depending on the use data in directory block. The actual number with ISPF statistics is much closer to 6. So if you have stats on then you will have no problem accessing the 6th member.

If your stats are off then you will probably get a "No space in directory" when creating the 6th member itself.

Here is a calculation which you can use to calculate the directory blocks on 3390 dasd device type.

DirBlocksRequired = INT(Number Of Members To Be CReated / 5 + .99 )

So, if you want to create 500 members
Code:

DirBlocksRequired = INT( 500 / 5 + .99 )
DirBlocksRequired = INT( 100 + .99 )
DirBlocksRequired = INT( 100.99 )
DirBlocksRequired = 100


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kappurajesh
Beginner


Joined: 29 Mar 2004
Posts: 19
Topics: 13
Location: India

PostPosted: Wed Apr 28, 2004 8:53 am    Post subject: Reply with quote

where do I find good manual for mainframe (JCL,COBOL,VSAM,CICS,DB2,REXX) etc
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Wed Apr 28, 2004 9:03 am    Post subject: Reply with quote

kappurajesh,

Did you try Quick Manual Links which is located at the top of this page?

You can also access all the manuals from www.mvsforums.com

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Wed Apr 28, 2004 2:26 pm    Post subject: Reply with quote

kolusu,
I want to correct a point of confusion.
Quote:

If your stats are off then you will probably get a "No space in directory" when creating the 6th member itself.
With STATS OFF, a member entry is only 12 bytes long. Many more than 6 will fit in a 255-byte dir blk.

Regards,
Bill Dennis
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group