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
