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



how can you get the single data set from the library(which has the number of data sets)?..

Answer / shivraj gangu

Using the Libname stetment and select statment..

Is This Answer Correct ?    24 Yes 0 No

how can you get the single data set from the library(which has the number of data sets)?..

Answer / k.padmaja

proc copy in=actuallib out=rqlib;
select datasetname;
run;

Is This Answer Correct ?    9 Yes 1 No

how can you get the single data set from the library(which has the number of data sets)?..

Answer / mamatha

Using Lib_Name.Dataset_Name statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

Which are the statements whose placement in the data step is critical?

0 Answers  


Where do you use proc means over proc freq?

0 Answers  


Explain append procedure?

0 Answers  


how to read the variables in sas? : Sas-administrator

0 Answers  


What is SAS? is it a software just for use or we can creat something over there?

5 Answers   Cognizant,






What are the difference between sas functions and procedures?

0 Answers  


Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?

2 Answers   Oracle,


How would you determine how far down on a page you have printed in order to print out footnotes?

3 Answers  


explain the key concept of sas? : Sas-administrator

0 Answers  


What is data _null_?

0 Answers  


what is picture format? give any one example?

3 Answers   Parexel,


What is the difference between %local and %global? : sas-macro

0 Answers  


Categories