what is study design in while working with SAS? what are
screening variables in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
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 would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
What’s the difference between var b1 – b3 and var b1 — b3?
Under what circumstances would you code a SELECT construct instead of IF statements?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
Write a SAS macro to calculate number of numbers in an email address
What's the difference between VAR A1 - A4 and VAR A1 - A4?
Name statements that are execution only.
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
How can I remove header from output data set?