- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
My excel file has a column named "SUB" with numbers from 1 -30. When I run SAS, it keeps showing an error "Sub must use a numeric format". I've checked the excel and confirmed that SUB is in numerical format.
Anyone can help solve this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Any time you get an error best practice is to include the code with all messages from the LOG. Copy the text from the log, on the forum open a text box using the </> and paste the copied text. The text box is important to preserve the formatting of the diagnostic characters that SAS often provides with errors. It also makes it easier to see where the discussion starts/ends separated from the actual log text.
Also may be a good idea to show us the result of running proc contents on your data set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Agreeing with @ballardw show us the code, show us the ENTIRE log, show us the output from PROC CONTENTS.
You cannot use Excel to check whether the variable is numeric or character in SAS.
Paige Miller