LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2011, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 6 Oct 2011 17:28:50 -0400
Reply-To:   Nat Wooding <nathani@VERIZON.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Nat Wooding <nathani@VERIZON.NET>
Subject:   Re: Mainframe filename allocation
In-Reply-To:   <C4A8805C2D21D643B4DA7DF789C4FEB11326E66D@VANCRMSGA2.vha.med.va.gov>
Content-Type:   text/plain; charset="US-ASCII"

I second Dean's suggestion that you talk to someone who is accustomed the nuances of your site and in particular as to whether you can use SYSDA or have to specify a particular volume. One thing that I notice is that when you specified the space, you used 3990 in the first node but did not indicate whether you were talking of tracks or cylinders.

Mind you, I have been off the mainframe for several years and it's all getting very fuzzy.

Nat Wooding

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Bross, Dean S Sent: Thursday, October 06, 2011 4:48 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Mainframe filename allocation

Make sure &new_file is a name you are allowed to use. It has the right qualifiers, etc.

You might need to use UNIT= and you also might need to ask the staff there what is the name of the storage device to use with this parameter. In the old days we would say UNIT=SYSDA but this might not be good enough anymore. Find someone who uses JCL and they will likely know the answer to this.

You might need DISP=(NEW,CATLG) if you are required to catalog data sets.

-----Original Message----- From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-l@listserv.uga.edu] On Behalf Of O'Connell, Martin Sent: Thursday, October 06, 2011 4:23 PM To: SAS-L@listserv.uga.edu Subject: Mainframe filename allocation

Hello all,

I'm trying to allocate a data file in my sas code running on z/OS. I've pieced together syntax from my memory and old MVS companion:

filename myfile "&new_file" space=(3990,(1000,1000)) blksize=3990 lrecl=133 recfm=F dsorg=PS disp=NEW;

And am getting the error:

STORAGE MANAGEMENT SUBSYSTEM DETECTED AN ERROR, EITHER MESSAGES WERE NOT REQUESTED OR A SYSTEM ERROR OCCURRED.

Does anybody have any suggestions on what I might try? It seems to be SMS error and I've not live in that world for about 10 years now.

Thanks much for any help!

Martin

==================== This email/fax message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this email/fax is prohibited. If you are not the intended recipient, please destroy all paper and electronic copies of the original message.


Back to: Top of message | Previous page | Main SAS-L page