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

Hi, 

I'm a novice. Can anyone advise me why the quotes were not striped when using dsd option?

 

thanks

data test;
infile datalines dsd;
input Gender $ N1 N2 N3;
datalines;
"M",50,68,155
"F",23,60,101
"M",65,72,220
"F",35,65,133
"M",15,71,166
;
run;

proc print data=test;
run;

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

Works for me, no quotes in the variables or in the print output.

If you experience something different, please post the complete log of these two steps.

View solution in original post

2 REPLIES 2
Kurt_Bremser
Super User

Works for me, no quotes in the variables or in the print output.

If you experience something different, please post the complete log of these two steps.

jz127323
Obsidian | Level 7

Hi Kert,

 

I tried again and it worked. Thank you!

 

James

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1299 views
  • 0 likes
  • 2 in conversation