Does anyone know how to prepare a string in SAS for insert into external database(teradata for ex.)
I mean if there is a function like php’s addslashes or something similar?
Does anyone know how to prepare a string in SAS for insert into external
Share
No. There are a few ways you could do this, though. The most flexible would probably be to use the Perl Regular Expression functionality built into SAS such as
CALL PRXCHANGE. Documentation is here.