How to get part of string form the source string without
using sub string function in SAS?
Answers were Sorted based on User's Feedback
Answer / navneet
We can't use scan() in a string because how could we define
a delimeter in a string..... so I think an easier way to
select a sub part is to use column input style :)
| Is This Answer Correct ? | 0 Yes | 2 No |
what is enterprise guide? What is the use of it? : Sas programming
how to generate means for every subject;
How to include or exclude specific variables in a data set?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
How does proc sql work?
What is the difference between an informat and a format? Name three informats or formats.
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Explain bmdp procedure?
How would you compile all macros from a folder in a study, within the autoexec program?
Mention what is the difference between nodupkey and nodup options?
Differentiate between proc means and proc summary.