+1 vote
in SAS by

In the flow of DATA step processing, what is the first action in a typical DATA Step?

1 Answer

0 votes
by

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

...