What is _n_?
Answers were Sorted based on User's Feedback
Answer / sudheer
it gives the numbers of errors occured while reading the
data.
| Is This Answer Correct ? | 3 Yes | 117 No |
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
How would you delete observations with duplicate keys?
how to generate means for every subject;
how does sas handle missing values in an update? : Sas programming
what is conditional processing?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
What is highest missing value for numeric?
In which format does Date stores in sas..? What is the use of DATE in SAS.?
what are different type of sas servers ? On which server does the sas code execute ?
In ARRAY processing, what does the DIM function do?
What is _n_?