How to create an external dataset with sas code?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of PROC gplot?
what are sas bi dashboard components? : Sas-bi
Given an unsorted data set, how to read the last observation to a new data set?
how to generate the test data in sas without input data? : Sas-administrator
how to delete the duplicate columns permanently in SQL
Difference Between Scan and Substr
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 you can read the variables that you need?
what is the prob plot in clinical domain
what is the use of proc sql?
What is the difference between reading data from an external file and reading data from an existing data set?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...