home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3945 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.4 KB  |  36 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!NIU.BITNET!A10RJS1
  3. Message-ID: <SAS-L%92082812091283@UGA.CC.UGA.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Fri, 28 Aug 1992 11:09:00 CDT
  6. Reply-To:     Raj Singh <A10RJS1@NIU.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Raj Singh <A10RJS1@NIU.BITNET>
  9. Subject:      NOTE: stack overflow?
  10. Lines: 24
  11.  
  12. Hi SAS-Lers!
  13.  
  14. My user is getting this unusual(?) SAS NOTE message about
  15. "stack overflow". I have checked the sas master index, but
  16. found no lead on it. Our systems people are telling me that
  17. it is not an MVS message. I have included the part of the program
  18. and the NOTE: message. Any clues?
  19.  
  20. Thanx in advance
  21. -rajpal_singh
  22.  
  23.          DATA ATTX1;
  24.          MERGE ATTA(IN=IN1) SCHLF91(IN=IN2) C2AFILE(IN=IN3);
  25.          BY LSAYID;IF IN3;
  26.          IF LSAYID=101110 THEN DO;SCHF91=0201;IBMTH1A=08;
  27.          ****** A LOT OF IF STATEMENTS DELETED **********
  28.          OR LSAYID=120161 OR LSAYID=112125 THEN DO;
  29.           IBMTH2A=999;IBMTH2K=99;IBMTH2B=99;
  30.         END;
  31.  NOTE: THE DATA SET WORK.ATTX1 HAS 3573 OBSERVATIONS AND 789 VARs
  32.  NOTE: THE DATA STATEMENT USED 4.74 CPU SECONDS AND 4872K.
  33.  NOTE: TASK DATASTEP HAD 28 STACK OVERFLOWS WITH A MAX STACK SIZE OF 32768 AND A
  34.  MAX OVERFLOW SEGMENT DEPTH OF 3. THE LOAD MODULE
  35.        NAME FOR THIS TASK IS SASDS.
  36.