How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
No Answer is Posted For this Question
Be the First to Post Answer
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What do the PUT and INPUT functions do?
Mention sas system options to debug sas macros.
what is the difference between the SAS v8 and SAS v9?
how will you locate the sas platform applications? : Sas-bi
What is the difference between verification and validation?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
how to do user inputs and command line arguments in sas?
What is a method to debug and test your SAS program?
How can I remove header from output data set?
How do you download a flat file from Mainframe to your local PC using SAS?