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

To prevent dataset from 'migrating' too early


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sundeep_rajasekaran
Warnings : 1

New User


Joined: 18 Feb 2005
Posts: 14

PostPosted: Tue Mar 22, 2005 2:32 pm
Reply with quote

Hi all ,

I am curently working Cobol enterprise version.
In our project we have certain datasets which go to 'migrated' state after a day or two of non - usage.
How can i prevent this unwanted migration?
Is there any rexx tool wherein if i run that tool , it automatically opens and closes the datasets everyday?
Or is there any other option in which we can delay the migration ?
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Mar 29, 2005 12:45 am
Reply with quote

sundeep_rajasekaran wrote:
Hi all ,

I am curently working Cobol enterprise version.
In our project we have certain datasets which go to 'migrated' state after a day or two of non - usage.
How can i prevent this unwanted migration?
Is there any rexx tool wherein if i run that tool , it automatically opens and closes the datasets everyday?
Or is there any other option in which we can delay the migration ?


Every DATA SET has a Management class associated with it during the time of its creation which you can explicitly mention while u are creating.
Each Management class has a lot of parameters like EXPIRE NON-USAGE,CMD AUTO MIGRATE, RETENTION LIMIT, RETAIN DAYS ONLY BACKUP to mention a few. Choose a Management class that has CMD AUTO MIGRATE as NONE or a LATER DATE and the DS will be migrated as u wish. But these Management class are installation dependent parameters, you must check with ur MVS System Admin.
Back to top
View user's profile Send private message
sundeep_rajasekaran
Warnings : 1

New User


Joined: 18 Feb 2005
Posts: 14

PostPosted: Tue Mar 29, 2005 3:27 pm
Reply with quote

Hi!,
Thanks a lot for your reply, was helpful
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts REXX to get all Dataset names from a ... CLIST & REXX 5
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts Any way to prevent dynamic allocation? DFSORT/ICETOOL 6
No new posts Identify Number of Multivolume Dataset All Other Mainframe Topics 5
No new posts Help on IMS -API URL migrating from P... IMS DB/DC 1
Search our Forums:


Back to Top