what is data access? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
how to intersect the tables by using PROC MIXED?
Explain the message 'Merge has one or more datasets with repeats of by variables'.
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
Please write codes to merge two datasets and keep every record in the first dataset.
what is syntax of proc merge ?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
code the tables statement for a single level frequency?
What is the difference between an informat and a format. Name three informats or formats.
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?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
Difference between sum function and using “+” operator?