how to handle in stream data containing semicolon in it?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / n katepalli
we can also use datalines4 as well as cards4
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the default statistics for means procedure?
Which date function advances a date, time or datetime value by a given interval?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
Give e an example of..
Mention what is SAS data set?
What do you feel about hardcoding?
How do dates work in SAS data?
what is the prob plot in clinical domain
what is the diff. b/w proc means and proc summary?
how can you sort the dataset having millions of OBS(instead of sort procedure?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
What is the role of sas grid administrator? : sas-grid-administration