How would you create multiple observations from a single observation?
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
How would you include common or reuse code to be processed along with your statements?
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?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
for whom is sas data integration studio designed? : Sas-di
State the difference between INFORMAT and FORMAT ?
what is slowly changing dimension? : Sas-di
What is the difference between reading data from an external file and reading data from an existing data set?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
How could you generate test data with no input data?
What is a macro routine?