My old thread is under IGD01008I SC Message Buffer Overflow
Does your SC ACS routine use the WRITE statement to issue messages of any kind? Under what conditions do you receive the message? Do either of these two situations (from the WRITE write-up) apply? 1 - Under certain conditions related to data set stacking, SMS invokes ACS routines more than once. Consequently, you might want to take special care when using WRITE statements in order to avoid duplicates in the job log. 2 - A nine-character system message id and a single blank character precede your message to the end user. At execution and allocation time, an end user can receive a maximum of five messages. If any more messages are generated, a sixth and final message indicates that additional messages have been generated, but the additional messages are not displayed. No way to increase it at this time. An RFE may be needed Lizette > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf Of > Lizette Koehler > Sent: Thursday, June 28, 2018 6:06 AM > To: [email protected] > Subject: Re: Debugging ACS routines > > Yes, that is correct. > > You cannot use more than that many WRITE statements. > > So for debugging you are limited to what you can use for a WRITE > > > I asked this several months ago and the answers should be in the archives. > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List <[email protected]> On > > Behalf Of Gadi Ben-Avi > > Sent: Thursday, June 28, 2018 12:34 AM > > To: [email protected] > > Subject: Debugging ACS routines > > > > Hi everyone, > > I had a problem with an ACS routine. > > I used the WRITE command to display values of some of the variables. > > After 4 or 5 WRITE command were executed, I got a message saying that > > I ran out of buffer space. > > > > Is there an way to increase this? > > > > I am using z/OS v2.2 > > > > Gadi > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
