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 ae onset date n what is RDS
What makes sas stand out to be the best over other data analytics tools?
What is the maximum length of the macro variable? : sas-macro
What is the role of unrestrictive users? : sas-grid-administration
What do you know about sas and what we do? : sas-grid-administration
What are the difference between sas functions and procedures?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
In ARRAY processing, what does the DIM function do?
Are you involved in writing the inferential analysis plan? Tables specfications?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What is proc sort?
How to limit decimal places for variable using proc means?
How does proc sql work?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
how do you debug and test your sas programs? : Sas programming