In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / 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 |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specifications?
What is the role of unrestrictive users? : sas-grid-administration
what is the use of sas management console? : Sas-di
which date function advances a date, time or datetime value by a given interval? : Sas programming
List out some key concept of SAS
what is snowflake schema? : Sas-di
How do you specify the number of iterations and specific condition within a single do loop?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What is the difference between where and if statement?
how can you import .csv file in to sas? : Sas programming
What do the mod and int function do? : Sas programming
Which are the statements whose placement in the data step is critical?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Differentiate input and infile.