Answer Posted / 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 |
Post New Answer View All Answers
What is the maximum and minimum length of macro variable
How does proc sql work?
what is slowly changing dimension? : Sas-di
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Explain the difference between using drop = data set option in set and data statement?
Differentiate between format and informat? : sas-grid-administration
what is snowflake schema? : Sas-di
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
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?
Mention the validation tools used in SAS?
What are the statements in proc sql?
which features do you use to check the data validations and errors? : Sas-administrator
How many data types are there in SAS?
How to create an external dataset with sas code?
how can you put a "trace" in your program? : Sas programming