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


Please Help Members By Posting Answers For Below Questions

In sas admin differentiate between roles and capabilities? : sas-grid-administration

556


Enlist the syntax rules followed in sas statements.

612


Are you sensitive to code walk-throughs peer review or QC review?

2602


What makes sas stand out to be the best over other data analytics tools?

587


for report generation which one you used proc report or data_null_?

6581






I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1695


Hi, If anyone has base SAS certification dumps, please share.

1385


What is the length assigned to the target variable by the scan function?

673


what other sas products have you used and consider yourself proficient in using? : Sas programming

683


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

712


why is sas considered self-documenting? : Sas programming

678


Tell e how how dealt with..

1754


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

626


which date function advances a date, time or datetime value by a given interval? : Sas programming

593


How can you limit the variables written to output dataset in data step?

748