What is _n_?
Answers were Sorted based on User's Feedback
Answer / mohini
it is a automatic variable.it counts the no. of line and
displays at which line errors are occur
| Is This Answer Correct ? | 3 Yes | 12 No |
Answer / brajesh
it is a automatic variable.it displayed at which line the
error is occur
| Is This Answer Correct ? | 5 Yes | 24 No |
How could you generate test data with no input data?
What is the difference between Proc tabulate and Proc print
is QUALCOMM using SAS ?
How would you define the end of a macro? : sas-macro
how to remove duplicates using proc sql?
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.
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
What are pdv and it functions?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
what the use of proc glm
What are the default statistics for means procedure?