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 is pdv? how it is related to input buffer in sas?

5 Answers   HSBC, Satyam,


How would you define the end of a macro?

0 Answers  


What is the order of evaluation of the comparison operators: + - * /** ()?

3 Answers   Quintiles,


how to generate report for 0 observation dataset?

3 Answers   Mind Tree, Student,


how to do user inputs and command line arguments in sas?

0 Answers   D&B, TCS,






Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore

1 Answers  


what kind of variables are collected in AE dataset?

3 Answers   Accenture, Quintiles, SAS,


What does a PROC TRANSPOSE do?

8 Answers   Accenture,


How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?

5 Answers  


i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?

1 Answers   L&T,


What are the ways to do a “table lookup” in sas?

0 Answers  


i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?

3 Answers  


Categories