At compile time when a SAS data set is read, what items are
created?

Answers were Sorted based on User's Feedback



At compile time when a SAS data set is read, what items are created?..

Answer / 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

At compile time when a SAS data set is read, what items are created?..

Answer / sirisha

the items created are input buffer,PDV,descriptor portion

Is This Answer Correct ?    3 Yes 0 No

At compile time when a SAS data set is read, what items are created?..

Answer / ananth

it checks the syntax error.
descriptor portion of the dataset.

Is This Answer Correct ?    2 Yes 1 No

At compile time when a SAS data set is read, what items are created?..

Answer / pratik singh jageera

An input buffer is only created when data is read from external files/datalines not in case of reading data step.So the appropriate answer will be just PDV and Dataset Descriptor.

Is This Answer Correct ?    1 Yes 0 No

At compile time when a SAS data set is read, what items are created?..

Answer / bhimanagouda

i)Input Buffer
ii) Pdv is created
pdv includes _N_ & _ERROR_

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

In which case u go for libname and in which case u go for proc sql pass thru facilit diff?

1 Answers  


How you can read the variables that you need?

0 Answers  


how would you create multiple observations from a single observation? : Sas programming

0 Answers  


what is sas enterprise intelligence architecture? : Sas-bi

0 Answers  


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

0 Answers   Cognizant,






what is hash files in sas and why we are using this one in sas?

0 Answers   L&T, SAS,


What is Linear Regression?

0 Answers  


How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?

1 Answers   Student,


What are the difference between ceil and floor functions in sas?

0 Answers  


If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?

7 Answers   Accenture,


What is the difference between where and if statement?

0 Answers  


hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?

6 Answers   Accenture,


Categories