Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


What is the use of PROC gplot?

0 Answers  


What is difference between rename and lable in sas?

10 Answers   Satyam,


How would you include common or reuse code to be processed along with your statements?

5 Answers   PSCI,


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?

4 Answers  


create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;

6 Answers   WNS,


what are some differences between proc summary and proc means? : Sas programming

0 Answers  


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

0 Answers   SAS,


What are Dashboard reports?And significance of these in analysis?

1 Answers  


what is the main difference between rename and label? (don't say that they both perform the same function).

11 Answers   Parexel,


I am looking to buy a sas advance book. So any one can guide me that which one i should buy.

0 Answers  


Why double trailing @@ is used in input statement?

0 Answers  


Categories