how can you get the single data set from the library(which
has the number of data sets)?
Answer Posted / k.padmaja
proc copy in=actuallib out=rqlib;
select datasetname;
run;
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Hi, If anyone has base SAS certification dumps, please share.
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What are SAS/ACCESS and SAS/CONNECT?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?
Name and describe few sas character functions that are used for data cleaning in brief.
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Explain data_null_?
how does sas handle missing values in assignment statements? : Sas programming
What are the default statistics for means procedure?
what is sas application server? : Sas-di
What is the use of the %include statement?