home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!TEMPLEVM.BITNET!V1354G
- Message-ID: <SAS-L%92091009270726@OHSTVMA.IRCC.OHIO-STATE.EDU>
- Newsgroups: bit.listserv.sas-l
- Date: Thu, 10 Sep 1992 09:25:16 EDT
- Reply-To: Ekeho <V1354G@TEMPLEVM.BITNET>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: Ekeho <V1354G@TEMPLEVM.BITNET>
- Subject: BMDP
- Lines: 86
-
- Hi Folks:
- I am testing a SAS program in Page 185 "SAS Companion for the CMS
- Environment". The following program is to create and to convert
- BMDP file to SAS data set. When I test BMDP1d, it works.
- May be there is a linkage problem. Any one has the same problem.
- My engine is SAS 6.06 on CMS.
- I am looking forward to your help.
- =======================================================================
- 11 The SAS System
-
- NOTE: Copyright(c) 1989 by SAS Institute Inc., Cary, NC USA.
- NOTE: SAS (r) Proprietary Software Release 6.06.01
- Licensed to TEMPLE UNIVERSITY COMPUTER ACTIVITY, Site 0003844001.
-
-
-
- Welcome to the new SAS System, Release 6.06.
-
- This message is seen by users when the NEWS option is specified.
- You can replace this message with your own by editing the NEWS file.
-
- Changes and enhancements available in SAS Release 6.06 are documented
- in the online Host Help.
-
- 1 DATA TEMP;
- 2 INPUT A B C;
- 3 CARDS;
-
- NOTE: The data set WORK.TEMP has 3 observations and 3 variables.
-
- 7 ;
- 8 PROC CONTENTS;
- 9 TITLE 'CONTENTS OF SAS DATA SET TO BE RUN THROUGH BMDP1D';
- 10 RUN;
-
- NOTE: The PROCEDURE CONTENTS printed page 1.
-
- 11 PROC BMDP PROG=BMDP1D DATA=TEMP UNIT=3;
- 12 PARMCARDS;
-
-
- ERROR: The BMDP1D program could not be loaded.
- +ERROR: The BMDP1D program could not be loaded.
- +ERROR: The BMDP1D program could not be loaded.
- NOTE: The SAS System stopped processing this step because of errors.
-
-
- 18 ;
- 19 PROC CONVERT BMDP=FT04F001 OUT=FROMBMDP;
- 20 RUN;
-
- ERROR: Physical file does not exist, FILE FT04F001 A4.
- +ERROR: Physical file does not exist, FILE FT04F001 A4.
- +ERROR: Physical file does not exist, FILE FT04F001 A4.
- NOTE: The data set WORK.FROMBMDP has 0 observations and 0 variables.
-
- 21 PROC CONTENTS;
- 22 TITLE 'SAS DATA SET CONVERTED FROM BMDP SAVE FILE';
- 23 RUN;
-
- NOTE: The PROCEDURE CONTENTS printed page 2.
-
- 24 PROC PRINT;
- 25 RUN;
-
- NOTE: No variables in data set WORK.FROMBMDP.
- NOTE: The SAS System stopped processing this step because of errors.
-
-
- ERROR: Errors printed on page 1.
- +ERROR: Errors printed on page 1.
- +ERROR: Errors printed on page 1.
-
- NOTE: SAS Institute Inc., SAS Circle, PO Box 8000, Cary, NC 27512-8000
- ===============================================================
-
- Ekeho Oh
-
- Internet: V1354G@VM.TEMPLE.EDU Home: 534 W.Pike St
- Bitnet: V1354G@TEMPLEVM Philadelhpia, PA 19140
- Dep't of Statistics 215-223-6485
- Temple University
- Philadelphia, PA 19122
- USA
-
- ===============================================================
-