At compile time when a SAS data set is read, what items are
created?
Answer Posted / swathi
_N_ and _error_ items are created at compile time for each
and every iteration of sas dataset that is being created.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
which date functions advances a date time or date/time value by a given interval? : Sas programming
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What are all the problems you faced while validating tables and reports?
What is by-group processing?
How would you identify a macro variable?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Explain what is data step?
Given an unsorted data set, how to read the last observation to a new data set?
What commands are used in the case of including or excluding any specific variables in the data set?
Which function is used to count the number of intervals between two sas dates?
What are the limitations for memory allocation for SAS variables
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How sas treats the dsd delimiters?
Give some ways by which you can define the variables to produce the summary report (using proc report)?