IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Max Space of primary and secondary


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suriya
Warnings : 1

New User


Joined: 19 Apr 2006
Posts: 4

PostPosted: Thu Dec 21, 2006 8:05 pm
Reply with quote

Hi all,

If any one knows the max space quantity allocated for the Primary and secondary quantity for PS or PDS
icon_rolleyes.gif
Back to top
View user's profile Send private message
prasaar

New User


Joined: 11 Dec 2006
Posts: 21
Location: India

PostPosted: Fri Dec 22, 2006 3:36 pm
Reply with quote

Hi,

The MAX space that u can allocate for a DS depends on the storage medium and the space available on that volume.

In DASD 3390 model, you have 1,2,3,27. If your shop is using 3390-3, then you will have 3330 cylinder's of space available for that empty volume.

Space allocation happens in extents, to allocate the maximum primary space for a DS in a DASD volume, check the largest free # of cylinders available and use that number to create the DS with a large primary qty. The secondary space is not contiguous(there are parameters in SPACE that can be used to ask for contiguous space) and hence, the maximum, qty only depends on the storgae size of your shop.

Hope this helps.

Rgds,
Arun Prasad
Back to top
View user's profile Send private message
prakash.ammasi

New User


Joined: 04 Apr 2007
Posts: 8
Location: chennai

PostPosted: Thu Aug 09, 2007 10:56 am
Reply with quote

Space Parameter :
U can calculate the , [Space Parameter = No of records * record length]which gives u Total Bytes occupied by the File. From this u allocate the File using TRKS.
[/code]
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Aug 09, 2007 9:45 pm
Reply with quote

The maximum number of tracks that can be alloacted to any dataset on any one volume is 65536.

So in effect the maximum number you can allocate to your dataset is 59 (max number of volumes allowed for DASD) * 65536 tracks.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Cobol prog to put an indicator on the... JCL & VSAM 1
Search our Forums:

Back to Top