BookmarkSubscribeRSS Feed
ashvene30
Calcite | Level 5

Under the HamiltonRatingScaleforDepression, No of Facebook Posts, No of Twitter Posts and Number of Clicks on Anti-Depression items columns in my file, there are special characters such as >. How do I write a code to read these characters?

3 REPLIES 3
Cynthia_sas
Diamond | Level 26

Hi:

  If you examine your file with NOTEPAD, you'll see that the field with the > and < characters is quoted:

in_file_as_character.png

 

So a standard PROC IMPORT should read the value as character. Or, you could write a DATA Step program and explicitly read the field as character. In a character variable value, any alpha characters, including punctuation are allowed.

 

Cynthia

 

ashvene30
Calcite | Level 5
How do I write a standard proc import query?

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2218 views
  • 0 likes
  • 3 in conversation