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
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;
why a stop statement is needed for the point= option on a set statement?
how can you create zero observation dataset? : Sas programming
What is interleaving in SAS?
what is the difference between infile and input? : Sas-administrator
how can you import .csv file in to sas? : Sas programming
what is the use of proc sql? : Sas programming
How do you test for missing values?
What is the use of the %include statement?
how many types of prompts are there? : Sas-bi
How long can a macro variable be? A token? : sas-macro
what is the difference between floor and ceil functions in sas? : Sas-administrator
for what purpose would you use the retain statement? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
how will you locate the sas platform applications? : Sas-bi