We have a string like this "kannafromsalembut" ,from this i
want to get only "fromsal" (but one condition with out
using substring function)here we can not use scan because in
the given string there is no delimeter? so give ans without
out using substring ?
Answer Posted / nagmani
data p;
input @6 x$ 7.;
cards;
kannafromsalembul
;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What system options would you use to help debug a macro? : sas-macro
Which date function advances a date, time or datetime value by a given interval?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
how can you create zero observation dataset? : Sas programming
How would you include common or reuse to be processed along with your statements?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Are you involved in writing the inferential analysis plan? Tables specifications?
Describe the function and untility of the most difficult SAS macro that you have written.
How to convert a numeric variable to a character variable?
Can you execute macro within another macro? : sas-macro
If you could design your ideal job, what would it look like?
Explain the main difference between the sas procedures and functions? : Sas-administrator
explain what is factor analysis? : Sas-administrator
what is sas data set?
what is sas olap server? : Sas-di