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
Explain what is the use of proc gplot?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the parameters of scan function?
How does the internal authentication work in sas? : sas-grid-administration
What is the maximum and minimum length of macro variable
Explain substr function?
explain about sas business intelligence? : Sas-bi
what is the purpose of _error_? : Sas programming
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
why is sas considered self-documenting? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
What is proc sort?
What do the SAS log messages "numeric values have been converted to character" mean?
Explain input and put function?
how to debug and test the sas program? : Sas-administrator