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 (January 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 19 Jan 2001 15:24:58 -0800
Reply-To:   "Igra, Amnon" <AIgra@ADMINSVCS.CORR.CA.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Igra, Amnon" <AIgra@ADMINSVCS.CORR.CA.GOV>
Subject:   FW: sas version 8 on mvs-- some issues
Comments:   To: "sasl (E-mail)" <sas-l@uga.cc.uga.edu>
Content-Type:   text/plain; charset="iso-8859-1"

The space I am referring to here is the space required to create and save a permanent sas dataset. The allocation that used to work (V6) was specified as: space=(6144,(40,20)),avgrec=K. The revised space that (finally) worked (under V8) was space=(6144,(60,30)),avgrec=K. Nothing was changed in the SAS code-- no long variable names, nothing. Are you suggesting that maybe some system specific "overrides" are creating the need for me to change my space allocation? -- And not something specific to SAS v8 versus V6?

-----Original Message----- From: Paul Dorfman [mailto:paul_dorfman@HOTMAIL.COM] Sent: Friday, January 19, 2001 2:47 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: sas version 8 on mvs-- some issues

>From: "Igra, Amnon" <AIgra@ADMINSVCS.CORR.CA.GOV>

>Here are some of the issues I have encountered. > >1. space issues. Running the same job under v6.09 and v8-- the v8 >job >runs out of disk space for creating a fairly large sas file. >(200 to 500 >mb). Solution-- allocate more space.

It is hardly an intrinsic V8 problem. When the system folks install SAS and create the catalogued proc, they are very conservative about the amount of work space, and often even allocate it in blocks. Over years of use, your V6 proc default allocation might have been changed to allow more space. Create two identical datasets using V6 and V8 engine, write each to a separate perm library, then use a system utility to check the space they occupy. In my tests, I have not found the difference to be of any dire significance. V8 file can be marginally larger at the expense of the descriptor, but it is a drop in the ocean.


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