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

name several ways to achieve efficiency in your program? : Sas programming

566


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1673


Can you suggest us materials for sdtm mapping?

4028


What do the put and input function do?

581


what is proc Index? and what is proc document?

1988






If a variable contains only numbers, can it be a character data type?

608


What is SAS?

615


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1690


How do you connect the desktop application to metadata server? : sas-grid-administration

576


How can you create a macro variable with in data step? : sas-macro

568


Difference between nodup and nodupkey options?

628


Explain the purpose of retain statement.

590


Mention few capabilities of sas framework.

685


Mention what is PROC in SAS?

595


Mention common programming errors committed in sas ?

640