In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / poojavaibhav
it compiles...
during compilation it check syntax errors,
convert code into machine language...
create input buffer
create PDV(in which _n_ and error created)
write descriptor portion of data step..
we can see it by using proc content;
thanks;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain the concepts and capabilities of business object? : Sas-bi
What makes sas stand out to be the best over other data analytics tools?
What is the difference between reading data from an external file and reading data from an existing data set?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How to create an external dataset with sas code?
how do you want missing values handled? : Sas programming
how do you test for missing values? : Sas programming
What are the table names in oracle database...?
What function CATX syntax does?
Can you execute macro within another macro? : sas-macro
describe how to adjust the performance of data integrator? : Sas-di
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Differentiate between format and informat? : sas-grid-administration
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming