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 |
Do you think professionally?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
How long can a macro variable be? A token? : sas-macro
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
what is sas data set?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
How do you delete duplicate observations in sas?
what techniques and/or procs do you use for tables? : Sas programming
Why do we use QUIT commmand for proc datasets and proc sql ???
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?