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 command used to find missing values?
what is hash files in sas and why we are using this one in sas?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What do you know about sas and what we do? : sas-grid-administration
explain what is factor analysis? : Sas-administrator
What is the difference between order and group variable in proc report?
What are the special input delimiters used in SAS?
What is run-group processing?
What does PROC print, and PROC contents do?
what is sas metadata repository? : Sas-bi
What are the applications primarily used by business analyst? : Sas-bi
Mention the difference between ceil and floor functions in sas?
how to generate the test data in sas without input data? : Sas-administrator
What can you learn from the SAS log when debugging?
what is star schema? : Sas-di