Never mind. Did something stupid. I added a macro with the following
first line:
&NAME    MACRO TRACE_SEGMENT &TAG,&FIELD,&LENGTH

Changed it to the correct format fixed the problem:
         MACRO
&NAME    TRACE_SEGMENT &TAG,&FIELD,&LENGTH



Tony Thigpen

-----Original Message -----
 From: Tony Thigpen
 Sent: 07/20/2010 08:54 AM
> I am assembling a program in CMS and am getting the following error
> after adding some new code:
> 
> ** ASMA972U Virtual storage exhausted; increase the SIZE option
> 
>>From the listing, SIZE is set to SIZE(MAX).
> 
> The exec that executes the assemble is generating the following CMS command:
> 
> ASMAHL BA53I2S6 (  OPTABLE(ESA)
> 
> I normally have 32m of virtual storage and the program assembled
> correctly earlier today. I tried upping it to 128M, but I get the same
> error.
> 
> Other info:
>    (PTF UQ29646)   Page    1
> HLASM R3.0  2010/07/20 08.50
> 
> 
> Suggestions?
> 

Reply via email to