Usage Note 22364: How do I allocate more disk space in the SAS WORK data library for my batch job?
You can do one of the following. Utilize
the WORK JCL parameter provided in the Institute supplied cataloged procedure. You should determine the default size of your WORK library before attempting to use the parameter. To increase the size of
the WORK library, use the WORK= parameter on your EXEC statement:
//STEP EXEC SAS,WORK='1000,500'
See the
SAS Companion for
the MVS Environment, Version 6, First Edition,
p. 139, for more information.
If the Institute supplied cataloged procedure has been modified and the WORK= parameter is not valid, you
can override the WORK DD statement as follows:
//STEP EXEC SAS
//WORK DD UNIT=DISK,SPACE=(TRK,(10,5))
//SYSIN DD *
See the
SAS Companion for the MVS Environment,
p. 105 for an example.
See
Observations:
The Technical Journal for SAS Software Users,
2Q93, (Vol. 2 No. 3), p. 13 or TS283 for a discussion of insufficient disk space in the SAS WORK data library.
Operating System and Release Information
SAS System | Base SAS | z/OS | n/a | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | low |
Date Modified: | 2007-11-19 16:41:29 |
Date Created: | 2002-12-16 10:56:48 |