How are the analysis data sets structured?
Answers were Sorted based on User's Feedback
Answer / solasa
Analytical data sets are created from rawdatasets
through a set of instructions in the form of excel sheet
(specification document)
where contains all the information regarding Variable
name, size ,and derived variable(formulas).
The finaldata sets which are used for table creation are
considered to be structured.{Correct if my ans is wrong}
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / srikanth
According to CDISC ADaM the analysis datasets has 2 stuctures.
1. ADSL(subject level dataset)- one record per subject
2. BDS (Basic Data Sturucture) - One rec per subject per parameter per timepoint
eg; ADVS, ADLB,
Is This Answer Correct ? | 1 Yes | 0 No |
what are some differences between proc summary and proc means? : Sas programming
What is the Program Data Vector (PDV)? What are its functions?
What are the automatic variables for macro? : sas-macro
Name validation tools used in SAS
what is the formula to measure Baseline
In which format does Date stores in sas..? What is the use of DATE in SAS.?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
What do the put and input function do?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Differentiate between sas functions and sas procedures.
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?