How to limit decimal places for variable using proc means?
No Answer is Posted For this Question
Be the First to Post Answer
how could you generate test data with no input data? : Sas programming
How to limit decimal places for the variable using proc means?
Can you excute a macro within a macro? Describe.
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
What will calendar procedure do?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the parameters of scan function?
Describe how you would pass data to macro.
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what versions of sas have you used (on which platforms)? : Sas programming
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.