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

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

SAS Training: Just a Click Away

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

Browse our catalog!

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