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

Name types of category in which SAS Informats are placed?

940


What Proc glm does?

845


What was the last computer book you purchased? Why?

2094


Can you suggest us materials for sdtm mapping?

4244


What does PROC print, and PROC contents do?

970


What are the difference between the sas data step and sas procs?

848


How do dates work in sas?

863


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

834


Describe a time when you were really stuck on a problem and how you solved it?

2424


Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1679


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

3711


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;

2185


Mention sas system options to debug sas macros.

918


What can you learn from the SAS log when debugging?

1125


Tell me more about the parameters in macro? : sas-macro

826