Tuesday, 6 November 2012

In the flow of DATA step processing, what is the first action in a typical DATA Step? | SAS Programming Interview Questions

When you submit a DATA step, SAS processes the DATA step and then creates a new SAS data set.( creation of input buffer and PDV)
=> Compilation Phase
=> Execution Phase

No comments: