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
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
|