Explain the difference between nodup and nodupkey options?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between nodup and nodupkey options? : Sas programming
Mention sas system options to debug sas macros.
what is the use of LRECL option.
In sas, what are the areas that you are most interested in? : sas-grid-administration
Describe 5 ways to do a “table lookup” in SAS?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Hi, If anyone has base SAS certification dumps, please share.
What is the one statement to set the criteria of data that can be coded in any step?
How will you generate test data with no input data?
What is the basic syntax style in SAS?
One way of creating a new variable in Macros is by % Let....What is the other way..?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...