Answer Posted / venkatesh.layam
while execution process automatic variable _n_ will be
created.it tells how many times data step has been
executed .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you know about sas and what we do? : sas-grid-administration
what are the scrubbing procedures in sas? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Describe the function and untility of the most difficult SAS macro that you have written.
What are the functions used for character handling?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Explain the difference between using drop = data set option in set and data statement?
Approximately what date is represented by the SAS date value of 730?
What are the 3 components in sas programming?
what is sas business intelligence? : Sas-bi
Tell me more about the parameters in macro? : sas-macro
what are the best practices to process the large data sets in sas programming? : Sas-administrator
explain the function of substr in sas? : Sas-administrator
Explain the difference between informat and format with an example.