What are the different versions of sas that you have used until now? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
What is proc sort?
what is the difference between SET and MERGE?
What is the basic structure of a sas program?
how many types prompting framework can be broken down to? : Sas-bi
What is the use of %include statement?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Name validation tools used in SAS
What is a pdv and what are its functions?
At compile time when a SAS data set is read, what items are created?
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what are _numeric_ and _character_ and what do they do? : Sas programming