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

What sas features do you use to check errors and data validation?

1 Answers  


how do u validate the program which u have written.

1 Answers   TCS,


how does sas handle missing values in formats? : Sas programming

1 Answers  


How is character variable converted into numeric variable and vice versa?

1 Answers  


How would you include common or reuse code to be processed along with your statements?

5 Answers   PSCI,


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

1 Answers  


What is the one statement to set the criteria of data that can be coded in any step?

4 Answers  


what are sas bi dashboard components? : Sas-bi

1 Answers  


Mention what is PROC in SAS?

1 Answers  


What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?

3 Answers   TCS,


What are the data types in sas?

1 Answers  


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?

4 Answers  


Categories