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

Allocating non-SMS managed dataset using SMS-managed volume


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

New User


Joined: 20 Aug 2013
Posts: 2
Location: India

PostPosted: Mon Sep 23, 2013 3:23 am
Reply with quote

Hi,

Can I allocate a non-SMS managed dataset using a SMS-managed volume? That is, in VOL=SER can we specify a VOLSER which is SMS managed.

Do I need to change anything in the following jcl to do the allocation?

//NONSMS DD DSN=MY.NON-SMS,
// DISP=(NEW,CATLG),
// UNIT=3390,
// VOL=SER=SMS-MANAGED,
// SPACE=(CYL,(00001,1,1))

Currently we are using non-SMS managed datasets and we don't have any SMS managed volume. So I'm not able to verify this case.

Please let me know if this is possible or not?
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: Mon Sep 23, 2013 6:02 am
Reply with quote

Hello and welcome to the forum,

Quote:
we don't have any SMS managed volume. So I'm not able to verify this case.
Suggest you work with your storage management people to get some sms-managed volumes for testing.

Then try your experiment.

I'm not sure, but there may be different "rules" in place based on how things are set up.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 580
Location: London

PostPosted: Tue Sep 24, 2013 8:06 pm
Reply with quote

Short Answer = NO, you cannot allocate a NONSMS dataset on an SMS volume. Period.

Only SMS managed datasets, i.e. those assigned a Storclas by the SMS ACS Storclas routine are SMS managed. And even then the Storgrp ACS routine has to assign them to an SMS Storgrp with some ENABLED or QUINEW volumes in it, that are initialised by ICKDSF as SMS format (using the STORGRP parameter) before you can allocate on an SMS volume. There is virtually no way to circumvent this, that I would tell you about.

PS: Even if you code VOL=SER=volser in your JCL, but the dataset is eligible to be SMS managed the volser will be ignored, and SMS will decide on the volume to be selected.
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: Tue Sep 24, 2013 8:39 pm
Reply with quote

Thanks for the clarification icon_smile.gif

d
Back to top
View user's profile Send private message
Angshuman

New User


Joined: 20 Aug 2013
Posts: 2
Location: India

PostPosted: Wed Sep 25, 2013 12:22 am
Reply with quote

Thanks Pete for the explanation.
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 Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top