What is difference between N and n????
Answers were Sorted based on User's Feedback
Answer / pratik
N says which records you are going to select in randam
manner like ex-suppose you have 100 observation in dataset
if you want to read the records no 56,78,98 then you use
_N_ option.
_n_ it says no of iterations.
| Is This Answer Correct ? | 6 Yes | 5 No |
What do you know about sas data set?
for what purpose would you use the retain statement? : Sas programming
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
i want to upload titles and footnotes to excel file?how it is possible?
What is by-group processing?
What is the difference between informat and format statement?
Which of the following is not created during compilation phase?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
How can you limit the variables written to output dataset in data step?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.