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
Answer / shivraj gangu
Using the Libname stetment and select statment..
| Is This Answer Correct ? | 24 Yes | 0 No |
Answer / k.padmaja
proc copy in=actuallib out=rqlib;
select datasetname;
run;
| Is This Answer Correct ? | 9 Yes | 1 No |
what type of graphs we will create(for 2+years candidates)?
What is a put statement?
How to limit decimal places for the variable using proc means?
What is the difference between where and if statement?
How would you include common or reuse to be processed along with your statements?
what the use of proc glm
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
what is SAS/Graph?
Describe 5 ways to do a “table lookup” in SAS?
How do you read in the variables that you need?
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?