home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!SIUCVMB.BITNET!GR3461
- Message-ID: <SAS-L%92081912392653@UGA.CC.UGA.EDU>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 19 Aug 1992 11:37:49 CST
- Reply-To: GR3461@SIUCVMB.BITNET
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: GR3461@SIUCVMB.BITNET
- Subject: Re. Space problem on SAS 6.07
- Lines: 25
-
- > Dear SAS-Lers:
- >
- > Here I include some note messages from two runs of ONE program.
- > It worked fine on version 6.06 but failed in version 6.07 on the same
- > platform, saying 'insufficient space' in the 2nd data step or
- > 'insufficient memory' if sort the 1st dataset.
- >
- > Could anyone please tell me what shall I do to solve the problem?
- >
-
- Deborah Cannon suggested to put WORK parameter on Exec Card of JCL
- such as:
-
- exec sas,work=('xxxx,xxxx')
-
- I agree with him/her. When I run my job, my exec card looks like:
-
- / EXEC SAS,WORK='6000,1800',REGION=4000K
-
- If you work on MVS, you should be able to see how much space you need
- from your batch output. Space requested for your job - space
- distributed by default = space you need to add.
-
- Qin Wang
- Southern Illinois University
-