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 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 29 Jul 2008 12:05:35 -0700
Reply-To:     Chris T <chris.tinnon@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Chris T <chris.tinnon@GMAIL.COM>
Organization: http://groups.google.com
Subject:      ERROR: The value                          3 is not a valid SAS
              name.
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Okay....

So a transpose statement occurs and I have some field named the following:

3 4 5 40 41

I know these are not valid SAS variable names. I am using enterprise guide and looked at the field names, copied them, pasted them into a hex viewer to see if the blank were any weird characters, no. Just 4 spaces, hex 20. But why does the transpose procedure even execute with them? How can it create a dataset with those names if it's not valid? The job doesn't bomb on that step, but rather when the dataset it complete and another job sets it.

Hopefully this is enough for some feedback.

I'm going back to crying.


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