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 |
How is character variable converted into numeric variable and vice versa?
Name statements that are recognized at compile time only?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
how do u validate the program which u have written.
explain the key concept of sas? : Sas-administrator
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What are the automatic variables for macro? : sas-macro
what is OLAP?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
what are the three main credit bureau names
1 Answers Synchrony Financial,
Differences between where and if statement?