what is intially documentation in sas?
Answer / jhansi
when SAS dataset is created, it automatically creats the
descriptor portion and detail portion of the dataset.the
Descriptor portion contains details like name of the
datset, no of observations , no of variables,when the
dataset was created etc.This is called documentation is SAS
| Is This Answer Correct ? | 5 Yes | 0 No |
What is the pound sign used for in the data_null_ ?
how do u test a pros sql(works or not) without executing it?
what is lifetest
What statement do you code to tell SAS that it is to write to an external file? What statement do you code to write the record to the file?
Mention what are the data types does SAS contain?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what is slowly changing dimension? : Sas-di
Why is SAS considered self-documenting?
Explain why double trailing @@ is used in input statement?
Explain how you can debug and test your SAS program?
what is the use of catalog?
what are some differences between proc summary and proc means? : Sas programming