assembler error

2010-07-20 Thread Tony Thigpen
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

Re: assembler error

2010-07-20 Thread Imler, Steven J
:54 AM To: IBMVM@LISTSERV.UARK.EDU Subject: assembler error 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

Re: assembler error - Corrected.

2010-07-20 Thread Tony Thigpen
Never mind. Did something stupid. I added a macro with the following first line: NAMEMACRO TRACE_SEGMENT TAG,FIELD,LENGTH Changed it to the correct format fixed the problem: MACRO NAMETRACE_SEGMENT TAG,FIELD,LENGTH Tony Thigpen -Original Message - From: Tony Thigpen

Re: assembler error

2010-07-20 Thread Rob van der Heij
On Tue, Jul 20, 2010 at 2:54 PM, Tony Thigpen t...@vse2pdf.com wrote: 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 It's