What do the put and input function do?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between nodup and nodupkey options?
What are the ways to do a “table lookup” in sas?
Given an unsorted data set, how to read the last observation to a new data set?
Explain the purpose of substr functions in sas programming.
Explain by-group processing?
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,
Explain substr function?
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
If a variable contains only numbers, can it be a character data type?
what is the difference between proc report and proc format?
What is difference between (a-z) and (a--z)
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.