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

Primary and Secondary Space allocation for a flat SYSDA file


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Soumya Roy

New User


Joined: 19 Feb 2009
Posts: 10
Location: Bangalore

PostPosted: Thu Jun 18, 2009 12:57 pm
Reply with quote

Hi all,

Can anyone suggest what is the exact calculation behind the primary and secondary allocation for a flat disk file.
Suppose we decalre a space parameter like :
SPACE=(CYL,(250,99),RLSE)
How the allocation will happen in this case both for Primary and secondary.

And how the RLSE work... I mean will it release only the unused primary cyllinders or the unused secondary cyllinders or both.

Thanks.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jun 18, 2009 1:12 pm
Reply with quote

1) Have you read the JCL Reference manual - easily reached by using the "IBM Manuals" button at the top of each page.

2) Have you searched the forum for similar topics.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Jun 18, 2009 5:04 pm
Reply with quote

Primary: figure out how much space you need to hold the records that are going to be put into the file. That is a good minimum primary value.

Secondary: Figure out how much growth in the record count over time there will be, or what the peak processing requires, or find some other measure to determine how much additional space is needed. Use that for the secondary.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top