LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 23 May 1996 08:50:00 -0500
Reply-To:   Robert Schechter <robert_schechter@MERCK.COM>
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Robert Schechter <robert_schechter@MERCK.COM>
Subject:   Re: How to Create a New Data Set

Shu-Mei,

SAS tries to produce a useful print file. Most of what it does can be over-ridden if you like. You don't want page numbers, specify OPTIONS NONUMBER. Other options that affect the appearance of output include CENTER DATE LABEL MISSING= NEWS NOTES OVP etc. There are various options on the PROC PRINT statement including NOOBS,: NOOBS

The NOOBS option suppresses printing of the observation number in the output.

NOTE: You do not have to specify the NOOBS option when you use an ID statement as the ID statement suppresses observation numbers also.

Best of luck,

Robert_Schechter@MERCK.COM Maxim Group SAS Consultant **************************************************************************** ********************************* Disclaimer: The contents of this message express only the sender's opinion. This message does not necessarily reflect the policy of Merck & Co., Inc. All responsibility for the statements made in this posting reside solely and completely with me. **************************************************************************** *********************************

---------- From: Shu-Mei Wan To: schechte; Multiple recipients of list SAS-L Subject: How to Create a New Data Set Date: Wednesday, May 22, 1996 7:27PM

Does SAS generate a new data set based on original data set? I tried to use PROC PRINT to create a *.lst file, but it contained the page number and an extra column called OBS which are not useful. I am thinking the possibility to use the other alternative procedure to create the new data set without any other garbage. Thanks for any advise.

Jim.


Back to: Top of message | Previous page | Main SAS-L page