home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / sasl / 5132 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.7 KB  |  47 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!COMPUSERVE.COM!76350.1604
  3. Message-ID: <921120191609_76350.1604_EHJ28-1@CompuServe.COM>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Fri, 20 Nov 1992 14:16:09 EST
  6. Reply-To:     Andy Norton <76350.1604@COMPUSERVE.COM>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Andy Norton <76350.1604@COMPUSERVE.COM>
  9. Subject:      PROC CATALOG/GREPLAY inquiry
  10. Lines: 35
  11.  
  12. ----------------------------------------------------------------------
  13. CONTENT:   Response
  14. SUMMARY:   Garbled graph descriptions in GREPLAY (6.06) are because
  15.            graph was copied using other than PROC GREPLAY
  16. REL/PLTF:  6.07.01/CMS, 6.04/PC-DOS
  17. E-ADDR:    76350.1604@compuserve.com
  18. NAME:      Andy Norton
  19. ADDRESS:   Trilogy Consulting, 5228 Lovers Lane, Kalamazoo MI 49002 USA
  20. PHONE:     (616) 344-2191
  21. ----------------------------------------------------------------------
  22. Eric_Lenio.Henr801h@XEROX.COM asked:
  23. > The following code produced a strange result (6.06 MVS/XA):
  24.  
  25. > GOPTIONS NODISPLAY DEVICE=IBM3279;
  26. > PROC GSLIDE GOUT=WORK.TEST;
  27. > TITLE1 'TEST';
  28.  
  29. > PROC CATALOG C=WORK.TEST;
  30. > COPY OUT=WORK.TEST2;
  31.  
  32. > PROC GREPLAY IGOUT=WORK.TEST2;
  33.  
  34. > The problem:  the GREPLAY selection list (main screen) has somehow
  35. > garbled the description entries.  Anyone ever see this behavior?
  36.  
  37. This is a known bug.  When you copy a graph entry using PROC CATALOG,
  38. the description is garbled (in 6.06).  I'm not sure about 6.07 because
  39. my communications are down today.
  40.  
  41. For further information, see SAS Usage Notes V6-GREPLAY-4904 and
  42. V6-CATALOG-1736.  If you don't have access to the Usage Notes, you
  43. should try and get it because there is a wealth of otherwise
  44. unpublished information in there.
  45.  
  46. Andy
  47.