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