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 / ramkgupta
thank you abcds for correcting my small mistake.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to generate the test data in sas without input data? : Sas-administrator
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How to create a permanent sas data set?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the statements that are executed only?
What is the difference between reading data from an external file and reading data from an existing data set?
Which are the statements whose placement in the data step is critical?
What is the general format of function in sas? : sas-grid-administration
how many display types available in sas bi dashboard? : Sas-bi
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
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
What is the command used to find missing values?
What is the difference between one to one merge and match merge? Give an example.
How can you create a macro variable with in data step? : sas-macro