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

How to dynamically allocate dataset attributes?


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

New User


Joined: 14 Nov 2007
Posts: 70
Location: mumbai

PostPosted: Wed Oct 08, 2008 11:09 am
Reply with quote

Hi,

Actually there are two cases..

1.There are few records
2.There are whole bunch of records.

So is there any way by which we can achieve the above cases efficiently.

I have just started working in JCL please explain at Beginner's level

Thanks
Beruoist
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Oct 08, 2008 12:35 pm
Reply with quote

Hello,

It is not clear what you are asking.

Please describe what you mean by "allocate attributes dynamically". In what way does this relate to having a few or many records? Where is your concern for "efficiently" based?

Once we understand what you are looking for, someone should be able to offer some suggestions.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Wed Oct 08, 2008 6:52 pm
Reply with quote

The usual attribute affected by number of records is SPACE. It's important to code RLSE in your JCL to release overallocated space when the file may have only a few records. This allows your JCL to handle various file sizes. Your site may automatically release unused space from certain files based on DFSMS routines.
Code:
 SPACE=(TRK,(15,15),RLSE) 

Does this help?
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 FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top