LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 1996, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 30 Apr 1996 22:01:24 +-1000
Reply-To:     Alex Wolf <wolfam@WERPLE.NET.AU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Alex Wolf <wolfam@WERPLE.NET.AU>
Subject:      Re: DATA TABLE
Comments: To: "Kelley M. Berg" <kelleyb@MAILS.IMED.COM>

Use a function to return the object's number - ( I MAY NOT HAVE THE CORRECT SYNTAX )

CALL NOTIFY('.' , OBJECT1 , '_GET_WIDGET_',TABID )

Then use a call send (TABID, '_ .......... ,

This method will allow you to switch of the ID column.

Alternately use the CUSTOMISE Table of the object attributes and use the setup option, set the row labels off, this gets rid of the observation numbers.

Alex M. Wolf

SAS Consultant in the Land of OZ

---------- From: Kelley M. Berg[SMTP:kelleyb@MAILS.IMED.COM] Sent: Saturday, April 27, 1996 8:17 AM To: Multiple recipients of list SAS-L Subject: DATA TABLE

Hi,

Does anyone know how to get rid of the observations (id) column in a SAS Frame data table object?

Thanks,

Kelley kelleyb@mails.imed.com


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