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...

In the flow of DATA step processing, what is the first
action in a typical DATA Step?

Answer Posted / latha reddy

1)Compilation Phase

When you submit a DATA step,it reads the input statements
it creates an input buffer and brings the variables and
observations.it is a logical memory area.
and pdv brings the observations at a time from input buffer
and checks the errors.
PDV contains 2 automatic variables _n_ & _error_ ,these
checks the erros in observations.
_n_ : indicates the no of obs.
_error_: 1 if error occured
0 if no error
After that it assigns the datavalues to appropriate
variable and build a sas dataset.

2)Execution Phase

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the proc sql and data step?

1217


explain about data integrator metadata reports? : Sas-di

1153


AE datasets names? how many types?

2551


what is null hypothesis? why do you consider that?

2952


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

1329


Differentiate input and infile.

1146


What is your favorite all time computer book? Why?

2555


What are the five ways to do a table lookup in sas? : sas-grid-administration

1111


what are several options for creating reports in web report studio? : Sas-bi

1221


what do you mean by data staging area? : Sas-di

1187


what is sas enterprise intelligence architecture? : Sas-bi

1016


Name few SAS functions?

1138


what other sas products have you used and consider yourself proficient in using? : Sas programming

1159


What is the basic structure of a sas program?

1164


What is the difference between one to one merge and match merge? Give an example.

1119