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


Please Help Members By Posting Answers For Below Questions

Explain what is the use of proc gplot?

812


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

741


What are the parameters of scan function?

731


How does the internal authentication work in sas? : sas-grid-administration

683


What is the maximum and minimum length of macro variable

758






Explain substr function?

677


explain about sas business intelligence? : Sas-bi

685


what is the purpose of _error_? : Sas programming

712


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

648


why is sas considered self-documenting? : Sas programming

776


Which date function advances a date, time or datetime value by a given interval?

763


What is proc sort?

809


What do the SAS log messages "numeric values have been converted to character" mean?

983


Explain input and put function?

751


how to debug and test the sas program? : Sas-administrator

668