Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How are the analysis data sets structured?

Answers were Sorted based on User's Feedback



How are the analysis data sets structured?..

Answer / sm

ads are structured using cdisc models

Is This Answer Correct ?    4 Yes 0 No

How are the analysis data sets structured?..

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

How are the analysis data sets structured?..

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

Post New Answer

More SAS Interview Questions

What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


what the use of proc glm

1 Answers   Accenture, C Marc,


What are the different versions of sas that you have used until now? : sas-grid-administration

0 Answers  


what is option year cuttoff in sas

2 Answers   L&T,


What are the features of base sas system?

0 Answers  


Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.

0 Answers  


Explain the main difference between the sas procedures and functions? : Sas-administrator

0 Answers  


What is the difference between the proc sql and data step?

0 Answers  


What is the length assigned to the target variable by the scan function?

0 Answers  


How do you convert basic cube to transaction cube and transaction cube to basic cube?

0 Answers  


What is SAS informats?

0 Answers  


describe about metadata object? : Sas-di

0 Answers  


Categories