how to handle in stream data containing semicolon in it?
Answer Posted / paul
data dummy;
input Name $ Remarks $15.;
cards4;
aaa 123;aaa;23;M
bbb 132;bbb;26;F
ccc 133;ccc;24;F
;;;;
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of %include statement?
how to do user inputs and command line arguments in sas?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What are common programming errors committed in sas
What do you code to create a macro? : sas-macro
What is the role of unrestrictive users? : sas-grid-administration
What are the differences between sum function and using “+” operator?
Mention the difference between ceil and floor functions in sas?
What are the table names in oracle database...?
What is the difference between SAS functions and procedures?
What is the difference between order and group variable in proc report?
In SAS explain which statement does not perform automatic conversions in comparisons?
Have you ever used the SAS Debugger?
what is null hypothesis? why do you consider that?
What function CATX syntax does?