how does sas handle missing values in assignment statements? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
How to convert a numeric variable to a character variable?
What would be the value of month at the end of data step execution and how many observations would be there?
What are the data types in sas?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
Can you execute macro within another macro? : sas-macro
wt is a-z and a--z?
what is data access? : Sas-di
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
what is the diff b/w verification validation in sas
how does sas handle missing values in formats? : Sas programming
is QUALCOMM using SAS ?
How would you identify a macro variable? : sas-macro