What is the function of Stop statement in a SAS Program?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How does the internal authentication work in sas? : sas-grid-administration
how to perform paired t-test using Base/SAS & SAS/Stat?
What are the Aggregate functions in SQL ?
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
how to change the execute of macro
how do you validate sas program?
what is sas metadata repository? : Sas-bi
What are the difference between the sas data step and sas procs?
where are dashboard components are created and maintained? : Sas-bi
What is the one statement to set the criteria of data that can be coded in any step?