If money were no object, what would you like to do?
No Answer is Posted For this Question
Be the First to Post Answer
Name statements that are recognized at compile time only?
Name and describe few sas character functions that are used for data cleaning in brief.
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
What is the role of unrestrictive users? : sas-grid-administration
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,
How we can call macros with in data step? : sas-macro
name some data transformation used in sas di? : Sas-di
What function CATX syntax does?
Explain how merging helps to combine data sets.