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
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
List down the reasons for choosing sas over other data analytics tools.
How to create an external dataset with sas code?
Are you sensitive to code walk-throughs peer review or QC review?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Explain data step in SAS
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Explain by-group processing?
Tell me more about the parameters in macro? : sas-macro
Mention how to limit decimal places for the variable using proc means?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
how does sas handle missing values in a merge? : Sas programming
What is a put statement?
What is the difference between INPUT and INFILE ?
describe about metadata object? : Sas-di