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 are the applications primarily used by business analyst? : Sas-bi
What do the SAS log messages "numeric values have been converted to character" mean?
Briefly describe 5 ways to do a "table lookup" in sas.
For clinical entire study how many tables will create approx?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
For what purposes have you used sas macros? : sas-macro
What do the PUT and INPUT functions do?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is the prob plot in clinical domain
if x=round(26.3,10)-1 then x= how much and how explain?
What versions of SAS have you used (on which platforms)?