In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / ravi
When you submit a DATA step, SAS processes the DATA step and
then creates a new SAS data set
Compilation Phase
Execution Phase
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the new features included in the new version of SAS Programming Language?
what is sas metadata server? : Sas-di
Given an unsorted data set, how to read the last observation to a new data set?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
what are the categories that sas informats are used to the place the data? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
how does sas handle missing values in a merge? : Sas programming
How do you control the number of observations and/or variables read or written?
do you prefer proc report or proc tabulate? Why? : Sas programming
Explain what is SAS informats?
State the difference between INFORMAT and FORMAT ?
What function CATX syntax does?
What are types of transport files?
How does the internal authentication work in sas? : sas-grid-administration
How to convert a numeric variable to a character variable?