what are the best practices to process the large data sets in sas programming? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
What are the scrubbing procedures in sas?
how can you put a "trace" in your program? : Sas programming
How can sas program be validated?
What is the command used to find missing values?
What are the five ways to do a table lookup in sas? : sas-grid-administration
what is Difference between PROC SQL JOINS and MERGE?
How do you put an elephant in the refrigerator?
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
what are informats in sas? : Sas-administrator
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
What is connection profile? : sas-grid-administration
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here