BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ashasupriya
Obsidian | Level 7

Hi,

 

Can you please me understand what does this warning means? Is this something to do with my xls version that I have installed on my PC or SAS import?

 

Regards,

Asha

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

When you attempt to import data from a source that has names that do not follow SAS naming conventions such as maximum of 32 characters and only allowing underscore, letters and digits then the names get modified to match SAS limitations. Depending on options you may get characters such as spaces or ( and ) replaced with _ and the names will (currently) be limited to 32 characters.

 

Nothing to do with specific file sources, the character limit is in SAS.

View solution in original post

3 REPLIES 3
ballardw
Super User

When you attempt to import data from a source that has names that do not follow SAS naming conventions such as maximum of 32 characters and only allowing underscore, letters and digits then the names get modified to match SAS limitations. Depending on options you may get characters such as spaces or ( and ) replaced with _ and the names will (currently) be limited to 32 characters.

 

Nothing to do with specific file sources, the character limit is in SAS.

ashasupriya
Obsidian | Level 7
Thank you for your quick response.