Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
2254Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
3 7214Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
1922what is difference in window SAS & Unix SAS.....how do define working environment in both???
1 10362Hi, 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
1 5507Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
HSBC,
6 18588
what is the effect of the options statement errors=1? : Sas programming
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What Proc glm does?
: and & modifiers.
what are the categories that sas informats are used to the place the data? : Sas-administrator
What is SAS?
Explain append procedure?
What can be the size of largest dataset in SAS?
What are the statements in proc sql?
explain the key concept of sas? : Sas-administrator
Difference between nodup and nodupkey options?
AE datasets names? how many types?
what is data access? : Sas-di
What do the SAS log messages "numeric values have been converted to character" mean?
Do you need to know if there are any missing values?