how do i read multiple spaces in datasets?
eg: vijaya raghava perumal.I tried with using & but it
workss if its vijaya raghava but not for raghava
perumal.how to do this?
Answer Posted / nani
Whenever SAS encounters a period after a macro variable
reference, the period is treated as a way to end the macro
variable and then the period is thrown away.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What do the mod and int function do? : Sas programming
What is PDV?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
: and & modifiers.
What’s the difference between var b1 – b3 and var b1 — b3?
Explain proc sort?
What is the difference between input and infile statement?
what are informats in sas? : Sas-administrator
What are the functions used for character handling?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
What are symget and symput? : sas-macro
What is substr function?
What is the SAS data set?
what is transformation in sas data integration? : Sas-di