Hello, with DFSMS, we can't choose ourself a volser when we create a dataset.
I'm looking for an option to force the volser even if the VOLSER is in a storage groupe.
Is it somethng we can do ?
Choosing a volser instead of DFSMS
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Choosing a volser instead of DFSMS
Yes, allocate on a volume that is NOT in a storage group. By attempting to allocate to a specific volume, you are subverting the entire concept of SMS -- System Managed Storage means that the system, not you, manages where data sets are allocated. So if you want to allocate to a specific volume, you could remove that volume from the storage group (if you have sufficient authority at your site), or you can allocate to a volume not in a storage group. But if you want to allocate to a specific volume in a storage group, you're going to be frustrated.
Re: Choosing a volser instead of DFSMS
Hello Robert Sample and Thank's for your answer.
So before, i will remove the voulme of the storage group and after the allocation of the dataset, i will reconnecte the volume in the Storage Group.
So before, i will remove the voulme of the storage group and after the allocation of the dataset, i will reconnecte the volume in the Storage Group.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Choosing a volser instead of DFSMS
But if you want to allocate to a specific volume in a storage group, you're going to be frustrated.
I beg to disagree...
the GUARANTEED SPACE ATTRIBUTE lets the user choose a specific volume for allocation on SMS managed volumes
https://www.ibm.com/support/knowledgece ... guarat.htm
but ... look CAREFULLY at the sections of the manual dealing with the why the approach is discouraged
especially when dfhsm is involved
https://www.ibm.com/support/knowledgece ... bugsds.htm
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
Re: Choosing a volser instead of DFSMS
Thank you enrico-sorichetti.
It's good to know that
It's good to know that

-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Choosing a volser instead of DFSMS
You still have to watch out. SMS may grab the allocation from you unless you have an escape coded. STORCLAS=NOSMS may work.
Re: Choosing a volser instead of DFSMS
With :
it dosen't work, i have this error message:
Code: Select all
STORCLAS=NONSMS,VOL=SER=VOLU001,
it dosen't work, i have this error message:
Code: Select all
4 IGD301I DATA SET ALLOCATION REQUEST FAILED -
DATA SET DATASET.TEST
IS NOT ELIGIBLE FOR ALLOCATION ON SMS-MANAGED VOLUME VOLU001
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Choosing a volser instead of DFSMS
last three posts deleted and topic locked
going down the road of useless speculations
going down the road of useless speculations
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 1395
-
by samb01
View the latest post
Wed Nov 03, 2021 8:22 pm