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 statement do you code to write the record to the file?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance
What is the difference between one to one merge and match merge? Give an example.
How can sas program be validated?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
what are _numeric_ and _character_ and what do they do? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
how many types of prompts are there? : Sas-bi
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?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
what is data integration? : Sas-di