At compile time when a SAS data set is read, what items are
created?
Answer Posted / chiranjeevi.p
SAS compiles the code• At compile time when a SAS data set
is read, what items are created?Automatic variables are
created. Input Buffer, PDV and Descriptor Information•
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the use of proc contents and proc print in sas? : Sas-administrator
what is sas metadata server? : Sas-di
What do you know about symput and symget?
What are the functions which are used for character handling functions?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
How would you define the end of a macro? : sas-macro
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 hierarchy flattening? : Sas-di
what is sas metadata repository? : Sas-bi
what do the pad and dim functions do? : Sas programming
How would you identify a macro variable? : sas-macro
What is SAS informats?
What is the difference between where and if statement?
what is treatment emergent events and treatment emregent adverse event
What do the PUT and INPUT functions do?