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 |
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Explain the use of proc print and proc contents?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
describe about metadata object? : Sas-di
what is intially documentation for a sas programmer?
What is SAS?
What can be the size of largest dataset in SAS?
Baseline definition in your study
3 Answers Accenture, Quintiles,
Differentiate between proc means and proc summary.
How do you debug macros?