How to get part of string form the source string without
using sub string function in SAS?
Answer Posted / prasad4
i think we use scan( )to get part of string from the sourse
string
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of _character_ and _numeric_?
explain the function of substr in sas? : Sas-administrator
How do you test for missing values?
How will you generate test data with no input data?
What are the 3 components in sas programming?
What do the mod and int function do? : Sas programming
If money were no object, what would you like to do?
Mention sas system options to debug sas macros.
How to create a permanent sas data set?
what do the pad and dim functions do? : Sas programming
is data integration and etl programming is same? : Sas-di
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is the difference between floor and ceil functions in sas? : Sas-administrator
What’s the difference between var b1 – b3 and var b1 — b3?
what can you learn from the sas log when debugging? : Sas programming