How long can a macro variable be? A token? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
In the flow of DATA step processing, what is the first action in a typical DATA Step?
What are the differences between proc means and proc summary?
in data set200 observation how to take 110,150,170 using sql procedure?
how the sas basic syntax style described? : Sas-administrator
What is the size of PDV?
how does sas handle missing values in a merge? : Sas programming
Explain the main difference between the sas procedures and functions? : Sas-administrator
explain what is factor analysis? : Sas-administrator
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.
What does P-value signify about the statistical data?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?