LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 23 Mar 2005 16:10:17 -0800
Reply-To:     sasguy2004@YAHOO.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         sasguy2004@YAHOO.COM
Organization: http://groups.google.com
Subject:      Getting "Out of memory" error in Clist upon loading Format table.
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

SAS/L:

We are having difficulty with a CLIST running on an (OS/390) ZOS MVS Mainframe, ARC level2 64 bit CPU.

Basically we have a clist for the user to enter a 7 byte System ID, the clist then calls a format table. It appears that the clist loads the whole table as 32.2M is used and it appears SAS uses 7M.

Our options member for MEMSIZE is set to 39M:

OPTIONS ('NONEWS NONOTES NOFMTERR NOSOURCE NOSOURCE2 NODATE CAPS FMTSEARCH=(FORMATS.FORMATS) MEMSIZE=39M ')

When we changed memsize=39 to memsize=40 we received the following error when attempting to invoke the CLIST:

Requested MEMSIZE=41943040 exceeded available REGION=41025536 MEMSIZE reset to 40501248.

Is there a way to load the format table without maxing out the memory?

Thanks for your time,

David Collins


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