Explain substr function?
No Answer is Posted For this Question
Be the First to Post Answer
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
How would you identify a macro variable? : sas-macro
do you need to know if there are any missing values? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
How would you combine 3 or more tables with different structures?
What is the difference between an informat and a format. Name three informats or formats.
How are numeric and character missing values represented internally?
What has been your most common programming mistake?
what is the difference between proc report and proc format?
Explain the purpose of substr functions in sas programming.
Under what circumstances would you code a SELECT construct instead of IF statements?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.