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
Mention common programming errors committed in sas ?
Do you need to rearrange the order of the data for the report?
what is data integration? : Sas-di
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the features of base sas system?
what are several options for creating reports in web report studio? : Sas-bi
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How would you determine the number of missing or nonmissing values in computations?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Explain proc sort?
Can you execute macro within another macro? : sas-macro
How to create list output for cross-tabulations in proc freq?
Tell me more about the parameters in macro? : sas-macro
How does proc sql work?