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 is data access? : Sas-di
how many types of prompts are there? : Sas-bi
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
how do u validate sas program
what are informats in sas? : Sas-administrator
How would you identify a macro variable?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Describe a time when you were really stuck on a problem and how you solved it?
What are SAS/ACCESS and SAS/CONNECT?
how does sas handle missing values in a merge? : Sas programming
Differentiate between ceil and floor functions.
What is interleaving in SAS?