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 |
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
How would you keep from overlaying the a SAS set with its sorted version?
what is transformation in sas data integration? : Sas-di
How could you generate test data with no input data?
Why double trailing @@ is used in input statement?
how to assign a macro value to a variable?
how can you improve the performance of a query, If it is excuting very slowly?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
How to create a permanent sas data set?
How do you debug macros?
What are the applications primarily used by business analyst? : Sas-bi
how can u convert this 25-jul-2010 from numeric to charcter?