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 (July 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 17 Jul 2006 09:49:20 -0700
Reply-To:     Irin later <irinfigvam@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Irin later <irinfigvam@YAHOO.COM>
Subject:      How to drop a data set
Content-Type: text/plain; charset=iso-8859-1

I am trying to drop a n existing dataset and I got the following error. What I am doing wrong?

Thank you in advance, Irin

38 /*******************************************************************/ 39 40 drop data=costclaimsM; ____ ____ ____ 180 180 180 ERROR 180-322: Statement is not valid or it is used out of proper order. ERROR 180-322: Statement is not valid or it is used out of proper order. ERROR 180-322: Statement is not valid or it is used out of proper order. 41 run; 42

--------------------------------- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta.


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