Explain how merging helps to combine data sets.
No Answer is Posted For this Question
Be the First to Post Answer
what is pdv? how it is related to input buffer in sas?
What is criteria for adverse events and treatment-emergent adverse events?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
what are input dataset and output dataset options? : Sas programming
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
How would you delete duplicate observations?
what is the prob plot in clinical domain
What is the purpose of the trailing and How would you use them?
Where do you use proc means over proc freq?
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
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;
What are the default statistics for means procedure?