From dea0a2ed9b1b131067462fee04bddcdf8eac0758 Mon Sep 17 00:00:00 2001 From: "Paul W. Egeler, MS, GStat" Date: Fri, 26 Jul 2019 14:48:12 -0400 Subject: [PATCH] fixing typo --- SAS/REDCap_split.sas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/REDCap_split.sas b/SAS/REDCap_split.sas index 2e90073..5948d20 100644 --- a/SAS/REDCap_split.sas +++ b/SAS/REDCap_split.sas @@ -51,7 +51,7 @@ %MACRO REDCAP_SPLIT( DATA_SET = REDCAP /* The name of the SAS dataset created by REDCap */, DATA_DICTIONARY = REDCAP_DATA_DICTIONARY /* The name of the SAS dataset of the data dictionary */, - NUMERIC_SUBTABLES = N /* Y/N: Should the subtables be numbered (Y) or should the be based on the name of the repeating instrument (N)? */ + NUMERIC_SUBTABLES = N /* Y/N: Should the subtables be numbered (Y) or should they be based on the name of the repeating instrument (N)? */ ); /* Find the key that links the base table to child tables */