Posts

LEARN SAS within 7 weeks:

LEARN SAS within 7 weeks: Part1 LEARN SAS within 7 weeks: Part2 (Introduction to SAS – The Data Step) LEARN SAS within 7 weeks: Part3 (Introduction to SAS – SET, MERGE, and Multiple Operations) LEARN SAS within 7 weeks: Part4 (More on Manipulating Data) LEARN SAS within 7 weeks: Part5 (Procedures to Summarize Data) LEARN SAS within 7 weeks: Part6 (Producing Graphics and Using SAS Analyst)

SAS Interview Questions and Answers: CDISC, SDTM and ADAM etc

1) What do you know about CDISC and its standards? CDISC stands for Clinical Data Interchange Standards Consortium and it is developed keeping in mind to bring great deal of efficiency in the entire drug development process. CDISC brings efficiency to the entire drug development process by improving the data quality and speed-up the whole drug development process and to do that CDISC developed a series of standards, which include Operation data Model (ODM), Study data Tabulation Model (SDTM) and the Analysis Data Model ADaM ). 2) Why people these days are more talking about CDSIC and what advantages it brings to the Pharmaceutical Industry? A) Generally speaking, Only about 30% of programming time is used to generate statistical results with SAS®, and the rest of programming time is used to familiarize data structure, check data accuracy, and tabulate/list raw data and statistical results into certain formats. This non-statistical programming time will be significantly reduced...

What you should know about the ISS/ISE (ISR)

There are many reasons to integrate and to summarize all the data from a clinical trial program. Each clinical trial in the program is unique in its objective and design. Some are small safety studies among normal volunteers, while others are efficacy trials in a large patient population. The primary reason to create an integrated summary is to compare and to contrast all the various study results and to arrive at one consolidated review of the benefit/risk profile . A second and important reason is to reach a defensible statistical conclusion, through an exploration of the integrated data, that no competing alternative hypothesis that can reasonably account for the observed findings exists. Third, pooling the data from various studies enables the examination of trends in rare subgroups of patients, such as the elderly, those with differing disease states (mild vs. severe), and those with comorbidities at baseline. Last, providing such a summary in the new drug application is ...

SAS in Clinical trials:

Clinical trials: Clinical Trails Clinical Trials Terminology for SAS Programmers A Simple Solution for Managing the Validation of SAS Programs Electronic Clinical Data Capture Pharmaceutical Programming: From CRFs to Tables, Listings and Graphs SAS Programming in the Pharmaceutical Industry SASâ Programming Career Choices In The Health Care Industry Some Statistical Programming Considerations for e-Submission The Changing Nature of SAS Programming in the Pharmaceuticals Industry Managing Clinical Trials Data using SAS® Software Quality Control and Quality Assurance in Clinical Research: SAS CDISC: An Introduction to CDISC: CDISC: Why SAS® Programmers Need to Know CDISC Implementation Step by Step: A Real World Example CDISC standards Supporting the CDISC standards How to test CDISC Operation data Model (ODM) in SAS The Use of CDISC Standards in SAS from Data Capture to Reporting Clinical Data Model and FDA/CDISC Submissions Creating Case Report...

Online Study materials:

Fundamentals of Using SAS (part I) Introduction to SAS Descriptive information and statistics An overview of statistical tests in SAS Exploring data with graphics Fundamentals of Using SAS (part II) Using where with SAS procedures Missing values in SAS Common SAS options Overview of SAS syntax of SAS procedures Common error messages in SAS Reading Raw Data into SAS Inputting raw data into SAS Reading dates into SAS and using date variables Basic Data Management in SAS Creating and recoding variables Using SAS functions for making/recoding variables Subsetting variables and observations Labeling data, variables, and values Using PROC SORT and the BY statement Making and using permanent SAS data files (version 8) Data Management: How do I make unique anonymous ID variables for my data? How can I create an enumeration variable by groups? How can I see the number of missing values and patterns of missing values in my data file? How can I count the number of missing values for a character v...

SAS free study tutorials

Data step: getting started 1: windows SAS code getting started 2: data step SAS code automatic _N_ variable SAS code drop & delete SAS code formating: dates and numbers SAS code date sal.txt (also see the format procedure below to create your own formats) functions SAS code import: Bringing in data from Excel SAS code Excel import file Excel export file text file input : length statement SAS code infile opti ons.txt long SAS code long.txt missing data SAS code output option SAS code pointers SAS code ex7.txt ex8.txt ex9.txt more about pointers SAS code pointers.SAS ex10.txt missover & delimiter SAS code delimiter.txt more on the delimiter SAS code retain SAS code set SAS code simulations: random numbers SAS code sum SAS code statistical functions SAS code Logic: do loops SAS code more about do loops SAS code nested do loops SAS code if then statements SAS code score.txt Combining Data sets: concatenating and interleaving ...