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
for whom is sas data integration studio designed? : Sas-di
How to create an external dataset with sas code?
What is a pdv and what are its functions?
Compare sas with other data analytics tools.
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What is substr function?
Explain bmdp procedure?
Explain the use of proc gplot? : sas-grid-administration
what is data access? : Sas-di
what is the basic structure sas administrator? : Sas-administrator
What is the function of output statement in a SAS Program?
What is the order of application for output data set options, input data set options and SAS statements?
If a variable contains letters or special characters, can it be numeric data type?
What is connection profile? : sas-grid-administration
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming