At compile time when a SAS data set is read, what items are
created?
Answer Posted / madhu
At compile time it creates input buffer,program data vector
and discription portion.
Input buffer is the temporary storage of memory with
variable length.
Pdv is storages lists of system defined var's and user
defined var's.
Discription portion contains details like when data set is
created, date , time , no of var's and no of obs etc.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Describe the function and utility of the most difficult SAS macro that you have written?
What is the use of divide function?
for what purpose would you use the retain statement? : Sas programming
How is character variable converted into numeric variable and vice versa?
Approximately what date is represented by the SAS date value of 730?
Are you sensitive to code walk-throughs peer review or QC review?
What do the SAS log messages "numeric values have been converted to character" mean?
Describe the function and untility of the most difficult SAS macro that you have written.
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is the function of Stop statement in a SAS Program?
what is broad cast agent? : Sas-bi
what is sas business intelligence? : Sas-bi
what are several options for creating reports in web report studio? : Sas-bi
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?
Explain the main difference between the sas procedures and functions? : Sas-administrator