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?
what is the primary variable in your study?
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
What is the Program Data Vector (PDV) and What are its functions?
What are the data types that sas contain?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what is Enterprise Guide?what is the use of it?
what are the benefits of data integration? : Sas-di
how do u validate the program which u have written.
How would you code a merge that will keep only the observations that have matches from both sets?
tell me about intnx, intcx functions?