************************************************************************ * CLIENT: ModernaTX, Inc. * PROTOCOL: mRNA-1273-P201 * PURPOSE: Create Table 14.3.1.1.1 Summary of Solicited Adverse Reactions within 7 Days After First Injection by Grade * First Injection Solicited Safety Set * * * INPUT FILES: ADSL, ADARSUM * OUTPUT FILES: t1403010103.rtf * USAGE NOTES: ************************************************************************* * Copyright 2020 PPD * All Rights Reserved. *************************************************************************; ** Clear log, output, work library ; proc datasets mt = data lib = work kill nolist; run; dm 'log;clear;output;clear;'; options noquotelenmax nonumber validvarname = upcase; %include "modmrna1273p201_IA_defaults.sas"; %let _default_in_where = SAR1FL='Y' and ATPTREF= 'Vaccination 1'; %let _default_bign_in_where = sar1fl = 'Y'; *for clopper macro; %let vacc = %str("Vaccination 1"); %let sfl = sar1fl; %include 'tmsolae.sas';