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
What is the command used to find missing values?
What is SAS?
Tell me about % include and % eval? : sas-macro
Intern stastical programmer written test
what is enterprise guide? What is the use of it? : Sas programming
what is sas business intelligence? : Sas-bi
What is the purpose of _character_ and _numeric_?
What is substr function?
What is the maximum and minimum length of macro variable
name several ways to achieve efficiency in your program? : Sas programming
What is the length assigned to the target variable by the scan function?
what do the pad and dim functions do? : Sas programming
What is the use of stop statement?
What is the difference between INPUT and INFILE ?
Explain what is SAS informats?