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

Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..

1 Answers  


if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.

2 Answers  


What is the differnce between SDTM 3.1.2 to 3.1.1 version

0 Answers   Wipro,


Explain the use of proc print and proc contents?

0 Answers  


Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS

1 Answers   Accenture, HSBC,


describe about metadata object? : Sas-di

0 Answers  


what is intially documentation for a sas programmer?

2 Answers   Accenture,


What is SAS?

0 Answers  


What can be the size of largest dataset in SAS?

0 Answers  


Baseline definition in your study

3 Answers   Accenture, Quintiles,


Differentiate between proc means and proc summary.

0 Answers  


How do you debug macros?

3 Answers   Accenture,


Categories