At compile time when a SAS data set is read, what items are
created?
Answer Posted / bhimanagouda
i)Input Buffer
ii) Pdv is created
pdv includes _N_ & _ERROR_
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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?
Describe 5 ways to do a “table lookup” in SAS?
How will you generate test data with no input data?
What is the maximum and minimum length of macro variable
What are the statements in proc sql?
How to create a permanent sas data set?
how will you location sas platform applications available from web browser? : Sas-bi
what is the effect of the options statement errors=1? : Sas programming
How to limit decimal places for variable using proc means?
What is the difference between where and if statement?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
What are the default statistics that proc means produce?
What is the general format of function in sas? : sas-grid-administration
Name validation tools used in SAS
How do you use the do loop if you don’t know how many times you should execute the do loop?