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?

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


Please Help Members By Posting Answers For Below Questions

What commands are used in the case of including or excluding any specific variables in the data set?

1148


Explain input and put function?

1188


Explain proc univariate?

1108


What do you know about sas and what we do? : sas-grid-administration

1234


what is data access? : Sas-di

1179


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1265


how would you determine the number of missing or nonmissing values in computations? : Sas programming

1202


What is maximum number of rows and cols can be handled in SAS?

1673


what is metadata? : Sas-bi

1078


Explain bmdp procedure?

1084


What is the difference between INPUT and INFILE ?

1376


What is the difference between using drop = data set option in data statement and set statement?

1213


What is interleaving in SAS?

1178


What can you learn from the SAS log when debugging?

1435


What is the difference between proportion and average?

3406