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

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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