fixing typo

This commit is contained in:
Paul W. Egeler, MS, GStat 2019-07-26 14:48:12 -04:00 committed by pegeler
parent a2dcdc73a9
commit dea0a2ed9b

View File

@ -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 */