how can you get the single data set from the library(which
has the number of data sets)?
Answers were Sorted based on User's Feedback
Answer / shivraj gangu
Using the Libname stetment and select statment..
| Is This Answer Correct ? | 24 Yes | 0 No |
Answer / k.padmaja
proc copy in=actuallib out=rqlib;
select datasetname;
run;
| Is This Answer Correct ? | 9 Yes | 1 No |
What sas features do you use to check errors and data validation?
how do u validate the program which u have written.
how does sas handle missing values in formats? : Sas programming
How is character variable converted into numeric variable and vice versa?
How would you include common or reuse code to be processed along with your statements?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is the one statement to set the criteria of data that can be coded in any step?
what are sas bi dashboard components? : Sas-bi
Mention what is PROC in SAS?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
What are the data types in sas?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?