Why and when do you use proc sql?
No Answer is Posted For this Question
Be the First to Post Answer
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
What is the order of application for output data set options, input data set options and SAS statements?
Mention what is the difference between nodupkey and nodup options?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Under what circumstances would you code a SELECT construct instead of IF statements?
What report output formats can you generate using SAS?
What do you feel about hardcoding?
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
how to do user inputs and command line arguments in sas?
How do you specify the number of iterations and specific condition within a single do loop?
how do u validate the program which u have written.
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..