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

At Compile time SAS creates
1.Input buffer
2.PDV(Program data vector)
3.Descriptor portion of the o/p dataset

Is This Answer Correct ?    25 Yes 2 No

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

Answer / ganesh

At compile time when a sas dataset is read it creates two
things only.
1)Programm data vector.
2)discriptive protion.

Is This Answer Correct ?    13 Yes 1 No

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

Answer / swathi

_N_ and _error_ items are created at compile time for each
and every iteration of sas dataset that is being created.

Is This Answer Correct ?    7 Yes 3 No

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

Answer / venkatesh.layam

when ever compiling time only inputbuffer will be created
while data set creation generally 3 steps been occureed
1.inputbuffer
2.pdv.
3.discription poortion
for external file:

when ever we import the external file that time input
buffer will be created.it happends in compilation phase
in the execution process the the pdv will be created
while execution 2 types of automatic variable will be
created.
_N_ :how many times datastep has been executed
_error_=by default the erroe=0 if have any errors more than
one it displays 1
data discriptior portion:in the data set column header
called data portion
and values portions called discription portion



using datalines:
when ever you use dataline for compilation and execution
directly pdv will be created but input buffer wil not be
created because only expternal data inputbuffer will be
created.

Is This Answer Correct ?    3 Yes 0 No

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

Answer / ch .sumalatha

when the sas dataset read pdv will create.input buffer
creates only at the time of reading raw datafile.at the
time of creation of pdv --data portion ,and discripter
portion created.at this time data will read and start the
iteration of the data step .at the same time _n _ and
_error_ are created.

Is This Answer Correct ?    2 Yes 0 No

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

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

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

Answer / pointbreak

Three items are created:
1. input buffer:
2.program data vector(PDV)
3.descriptor information:

Is This Answer Correct ?    3 Yes 1 No

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

Answer / padmasri

In compile time when a SAS data set is read there are 3
items will be created.
1.Input Buffer
2.PDV (Program Data Vector)
3.Descriptor portion of the data set

Is This Answer Correct ?    2 Yes 0 No

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

Answer / bhasker

YA CH.SUMALATA UR RIGHT
at the time of reading existing data set pdv will be created

Is This Answer Correct ?    1 Yes 0 No

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

Answer / thanwi

PDV and Input buffers are created at compile time . and
_n_,_error_ were created at compile time

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More SAS Interview Questions

name few built in sas transformation in DI studio ?

4 Answers   SAS,


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

0 Answers   Quintiles,


which domain is better in sas? clinical trails or banking

3 Answers  


Are you familiar with special input delimiters? How are they used?

4 Answers   Accenture,


how to know the attributes of first five datasets in a library

2 Answers  


What is a put statement?

0 Answers  


What do you feel about hardcoding?

1 Answers  


Which command is used to perform sorting in sas program?

0 Answers  


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

0 Answers   L&T,


what is chi-square test? have you used that?

1 Answers   Accenture, Quintiles,


In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)

8 Answers   GSK GlaxoSmithKline,


CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE

4 Answers   CybAge,


Categories