What do you know about sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
Why and when do you use proc sql?
what are the component of range? : Sas-bi
Which of the following is not created during compilation phase?
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 ?
how does sas handle missing values in an update? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specifications?
What do you feel about hardcoding?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
Differentiate between sas functions and sas procedures.
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
What is the differnce between SDTM 3.1.2 to 3.1.1 version