what is the difference between x=substr(name,1,2);
and substr(name,1,2)='x';
Answer Posted / pratik
I agree with the first answer just a change is .it will be
"x ttwik" rather than "xttwik" as the replacement happens from the first loacation not as a whole.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is connection profile? : sas-grid-administration
it will become easy if uuu provide website linkssss and list of consultanciessssss
name several ways to achieve efficiency in your program? : Sas programming
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
Differentiate between ceil and floor functions.
What is a method to debug and test your SAS program?
What is the use of the %include statement?
Tell me more about the parameters in macro? : sas-macro
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How to limit decimal places for variable using proc means?
Do you know the features of sas?
explain the use of % includes a statement in sas? : Sas-administrator
Describe 5 ways to do a “table lookup” in SAS?
How does proc sql work?