At compile time when a SAS data set is read, what items are
created?
Answer Posted / vemula
compilation time 3 items were create
1.input buffer
2.pdv
3.descriptor portion.
during compilations first it checks the syntax
then it assigns the datatype and informat
then it translates the sas code to standard machine code
1.input buffer: It is a logical area where sas reads each
record at a time when input statement is executed.
2. pdv: it is logical area in memory into which
SAS builds sas dataset one record at atime
3. descriptor protion: it contains the information about
dataset attributes and variable attributes
dataset attributes include when it was created etc
var attrb such as datatype format informat length etc.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
is data integration and etl programming is same? : Sas-di
How would you identify a macro variable? : sas-macro
what is the use of proc contents and proc print in sas? : Sas-administrator
What are the scrubbing procedures in sas?
Explain translate function?
What are the data types does SAS contain?
Mention what is SAS data set?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
which date functions advances a date time or date/time value by a given interval? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
Are you sensitive to code walk-throughs peer review or QC review?
How to create list output for cross-tabulations in proc freq?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what are the component of range? : Sas-bi
what is sas database server? : Sas-di