https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.idas200/newdf.htm
Yes it does, Perhaps an RFE to extend the limit would help or provide better message than IGD01008I Lizette > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf Of > Gadi Ben-Avi > Sent: Thursday, June 28, 2018 8:09 AM > To: [email protected] > Subject: Re: Debugging ACS routines > > Thanks. > This (the five message limit) makes debugging a real pain. > But, I did manage to solve my problem. > Gadi > ________________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf of > Lizette Koehler <[email protected]> > Sent: Thursday, June 28, 2018 16:27 > To: [email protected] > Subject: Re: Debugging ACS routines > > 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 הודעה זו נשלחה אליך > מטעם חברה בקבוצת מלם תים וייתכן שהיא מוגנת תחת סודיות מסחרית. כל הצעה, > התחייבות או מצג מטעם החברה, מחייבים מסמך נפרד וחתום על ידי מורשה החתימה של > החברה. החברה רשאית לנטר כל תכתובת העוברת בשרתיה והיא לא תישא באחריות לכל נזק, > ו/או אובדן, שיבוש או פגיעה במידע כלשהו שנגרם מסיבות של תקיפה חיצונית ו/או > זדונית על הארגון. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
