1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

chore: fix typo in mddl_sas_cntlout.sas

accomodate -> accommodate
This commit is contained in:
Ikko Ashimine
2022-05-10 19:41:31 +09:00
committed by GitHub
parent 4a124d5bd8
commit aaca26770b

View File

@@ -14,8 +14,8 @@ proc sql;
create table &libds( create table &libds(
FMTNAME char(32) label='Format name' FMTNAME char(32) label='Format name'
/* /*
to accomodate larger START values, mp_loadformat.sas will need the to accommodate larger START values, mp_loadformat.sas will need the
SQL dependency removed (proc sql needs to accomodate 3 index values in SQL dependency removed (proc sql needs to accommodate 3 index values in
a 32767 ibufsize limit) a 32767 ibufsize limit)
*/ */
,START char(10000) label='Starting value for format' ,START char(10000) label='Starting value for format'