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?
2308Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
3 7364Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
1963what is difference in window SAS & Unix SAS.....how do define working environment in both???
1 10439Hi, 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 5594Can 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 18776
What is PDV?
For what purposes have you used sas macros? : sas-macro
what is factor analysis? : Sas-administrator
What is the basic structure of the SAS base program?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Differentiate input and infile.
Explain the use of proc gplot? : sas-grid-administration
Explain proc univariate?
how to generate the test data in sas without input data? : Sas-administrator
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Differentiate between ceil and floor functions.
what is data governance? : Sas-di
What are the default statistics for means procedure?
what is sas metadata server? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming