Turns out, I didn't have the CBT library in the assembler SYSLIB concatenation to resolve the STRING64 macro. After I added that it assembled fine. Not sure why I didn't get macro not found???
-----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Tony Harminc Sent: Tuesday, September 11, 2018 1:21 PM To: [email protected] Subject: Re: COBANALZ CBT file 321 [External Email] On 11 September 2018 at 08:07, PINION, RICHARD W. <[email protected]> wrote: > I receive the message below when attempting to assemble the COBANALZ > member from CBT file 321. This is on z/OS 2.2 with HLASM R6.0. Below > the message is the assemble JCL that I am using. Anyone have any > suggestions? Thanks in advance. > > HIGH LEVEL ASSEMBLER - INTERRUPT AND DIAGNOSTIC DUMP > ** ASMA973U WORK file maximum block count exceeded It's interesting that this message is not in the "Version 1 Release 6" book SC26-4941-08 (for all the good that it does these days to quote a particular version of an IBM manual...) KC finds the message (in a VSE document, it claims), but its own link to the z/OS doc is broken. In my experience, messages like this one relating to out of memory or workfile space are almost always due not to the size or complexity of the program being assembled, but to looping in conditional assembly (open code or macros). Is there any SYSPRINT output other than this message? Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN FIRST TENNESSEE Confidentiality notice: This e-mail message, including any attachments, may contain legally privileged and/or confidential information. If you are not the intended recipient(s), or the employee or agent responsible for delivery of this message to the intended recipient(s), you are hereby notified that any dissemination, distribution, or copying of this e-mail message is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this e-mail message from your computer. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
