From aaca26770b1139a7652cb65547835a249ac058bb Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 10 May 2022 19:41:31 +0900 Subject: [PATCH 1/2] chore: fix typo in mddl_sas_cntlout.sas accomodate -> accommodate --- ddl/mddl_sas_cntlout.sas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddl/mddl_sas_cntlout.sas b/ddl/mddl_sas_cntlout.sas index 7768ae3..3b4ffc4 100644 --- a/ddl/mddl_sas_cntlout.sas +++ b/ddl/mddl_sas_cntlout.sas @@ -14,8 +14,8 @@ proc sql; create table &libds( FMTNAME char(32) label='Format name' /* - to accomodate larger START values, mp_loadformat.sas will need the - SQL dependency removed (proc sql needs to accomodate 3 index values in + to accommodate larger START values, mp_loadformat.sas will need the + SQL dependency removed (proc sql needs to accommodate 3 index values in a 32767 ibufsize limit) */ ,START char(10000) label='Starting value for format' @@ -40,4 +40,4 @@ create table &libds( ,LANGUAGE char(8) label='Language for date strings' ); -%mend mddl_sas_cntlout; \ No newline at end of file +%mend mddl_sas_cntlout; From 73dab4c6514ef0d2566f0973392536d1e5e3cee2 Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 10 May 2022 10:53:05 +0000 Subject: [PATCH 2/2] chore: updating all.sas --- all.sas | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/all.sas b/all.sas index c480169..5cecae7 100644 --- a/all.sas +++ b/all.sas @@ -13139,8 +13139,8 @@ proc sql; create table &libds( FMTNAME char(32) label='Format name' /* - to accomodate larger START values, mp_loadformat.sas will need the - SQL dependency removed (proc sql needs to accomodate 3 index values in + to accommodate larger START values, mp_loadformat.sas will need the + SQL dependency removed (proc sql needs to accommodate 3 index values in a 32767 ibufsize limit) */ ,START char(10000) label='Starting value for format' @@ -13165,7 +13165,8 @@ create table &libds( ,LANGUAGE char(8) label='Language for date strings' ); -%mend mddl_sas_cntlout;/** +%mend mddl_sas_cntlout; +/** @file mm_adduser2group.sas @brief Adds a user to a group @details Adds a user to a metadata group. The macro first checks whether the