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?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between sum function and using “+” operator?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?
Can you execute macro within another macro? : sas-macro
How would you code the criteria to restrict the output to be produced?
What is the maximum and minimum length of macro variable
What is the basic structure of a sas program?
in data set200 observation how to take 110,150,170 using sql procedure?
How do you read in the variables that you need?
How would you invoke a macro? : sas-macro
what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
Name statements that function at both compile and execution time.
describe about joins? briefly?