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 difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
How necessary is it to be creative in your work?
how does sas handle missing values in sort order? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What is the use of stop statement?
what is study design in while working with SAS? what are screening variables in SAS?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What are the statements that are executed only?
What are the data types that sas contain?
explain the key concept of sas? : Sas-administrator
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
how many types of prompts are there? : Sas-bi
describe how to adjust the performance of data integrator? : Sas-di
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?