In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / ganesh
First step of data step intially it check for compalition
errors and once it is through then input buffer is created
it is the temporary storage memory and pdv is the area of
memory where sas buits a dataset,one obeservation at a time
and after that it creates a discriptive portion.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you limit the variables written to output dataset in data step?
What is the difference between proportion and average?
Explain proc univariate?
: and & modifiers.
which date function advances a date, time or datetime value by a given interval? : Sas programming
what are the categories that sas informats are used to the place the data? : Sas-administrator
how do you test for missing values? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Have you used macros? For what purpose you have used? : sas-macro
what are all the reports you generated in your recent project?
Mention what is the difference between nodupkey and nodup options?
what is hierarchy flattening? : Sas-di
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Explain what Proc glm does?
What are the difference between ceil and floor functions in sas?