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 |
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
How to sort in descending order?
What are the limitations for memory allocation for SAS variables
Why double trailing @@ is used in input statement?
What are the statements that are executed only?
Name the option to produce a frequency line items rather that a table.
What are the functions which are used for character handling functions?
how do u test a pros sql(works or not) without executing it?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
what r the job openings SAS for fresher graduates !
what are sas/access and sas/connect? : Sas programming