What is a method to debug and test your SAS program?
No Answer is Posted For this Question
Be the First to Post Answer
how to debug and test the sas program? : Sas-administrator
what is sas olap server? : Sas-di
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
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 do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
what is SAS/Graph?
What is highest missing value for numeric?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
What is run-group processing?
tell me about use of arrays in sas
what is factor analysis? : Sas-administrator