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 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 26 Oct 2000 11:07:14 -0500
Reply-To:     Walter Scott <wscott@MAIL.STATE.TN.US>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Walter Scott <wscott@MAIL.STATE.TN.US>
Subject:      Re: SAS Program and JCL HELP Revisited
Comments: To: cpsmith@AGFINANCE.COM
Content-Type: text/plain; charset=US-ASCII

Chris, Regarding your "proc printto print=print", I don't find a "libname print" sas statement nor do I find a "//print dd ..." jcl statement setting up the "print" file. Regarding your workspace, your requesting up to 2000 cylinders for the initial extent and up to 1000 cylinders to be added in additonal extents. The system will assign you a volume with 2000 cylinders available but does not assure that the full 3000 are available. If at any point your job requires an additional extent and there is not sufficient space remaining (i.e. 200 cylinders) to fulfill that request the job will bomb due to lake of workspace. (If there's no volume with 2000 cylinders available, your job will bomb immediately). HTH, Walter


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