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 |
How do you download a flat file from Mainframe to your local PC using SAS?
What is the difference between an informat and a format. Name three informats or formats.
what do you mean by data staging area? : Sas-di
how to remove the duplicates by proc sql?
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
why is the use of Retrive statement and give me with example?
What is factor analysis?
what is the primary data source for the wrs? : Sas-bi
define table lookup and how may ways it can be done...explian
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
For what purposes have you used sas macros? : sas-macro
what techniques and/or procs do you use for tables? : Sas programming