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?

Answers were Sorted based on User's Feedback



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

Answer / mallikarjuna reddy

creation of input buffer and PDV

Is This Answer Correct ?    12 Yes 0 No

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

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

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

Answer / srinivas

SAS CHECKS FOR SYNTAX ERRORS

Is This Answer Correct ?    6 Yes 0 No

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

Answer / kiran

Compilation phase happens first in data step processing.
during compilation phase, each statement is scanned for
syntax errors.

Is This Answer Correct ?    5 Yes 0 No

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

Answer / ravi

When you submit a DATA step, SAS processes the DATA step and
then creates a new SAS data set

Compilation Phase
Execution Phase

Is This Answer Correct ?    4 Yes 0 No

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

Answer / vengala reddy

in pdv...
compilation,run phase,execution phase

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More SAS Interview Questions

what is a post baseline?

2 Answers   Accenture,


How can you limit the variables written to output dataset in data step?

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,


How to limit decimal places for the variable using proc means?

0 Answers  


1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.

1 Answers  


What are types of transport files?

2 Answers   PRA Health Sciences, Quintiles,


Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?

2 Answers  


How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.

4 Answers   TCS,


What is proc sort?

0 Answers  


i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,


Are you involved in writing the inferential analysis plan? Tables specifications?

0 Answers   Oracle,


What is proc sql pass through facility?

4 Answers   L&T,


Categories