how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Under what circumstances would you code a SELECT construct instead of IF statements?
Can you execute macro within another macro? : sas-macro
Describe 5 ways to do a “table lookup” in SAS?
where will go the observations that were deleted by delete statement?
How to write duplicate records into a separate dataset using sort?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
What is difference between rename and lable in sas?
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?
Differentiate input and infile.
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
Explain how merging helps to combine data sets.