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 statement do you code to write the record to the file?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the difference between nodupkey and nodup options?
Which of the following is not created during compilation phase?
what is the use of proc contents and proc print in sas? : Sas-administrator
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
Name statements that are recognized at compile time only?
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
Describe a time when you were really stuck on a problem and how you solved it?
One way of creating a new variable in Macros is by % Let....What is the other way..?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
which date function advances a date, time or datetime value by a given interval? : Sas programming