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 will calendar procedure do?
how do you pull data from equifax?tell me the process?
Explain the difference between nodup and nodupkey options?
explain the proc in sas? : Sas-administrator
What is maximum storage capability of SAS?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is the effect of the options statement errors=1? : Sas programming
What versions of SAS have you used (on which platforms)?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How would you define the end of a macro?
Are you sensitive to code walk-throughs peer review or QC review?
explain the function of substr in sas? : Sas-administrator
What is the purpose of _character_ and _numeric_?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?