From f378a5637fc4b7044fbf0fc8ad25603f8947686f Mon Sep 17 00:00:00 2001 From: Allan Date: Mon, 18 Sep 2023 16:18:37 +0100 Subject: [PATCH] feat: extended comment for hlo variable in mdds_sas_cntlout --- all.sas | 13 ++++++++++++- ddl/mddl_sas_cntlout.sas | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index 1420250..7dde2f6 100644 --- a/all.sas +++ b/all.sas @@ -14205,7 +14205,18 @@ ods package close; ,NOEDIT num length=3 label='Is picture string noedit?' ,SEXCL char(1) label='Start exclusion' ,EEXCL char(1) label='End exclusion' - ,HLO char(13) label='Additional information. M=MultiLabel' + ,HLO char(13) label='Additional information. +F=Standard format/informat. +H=Range ending value is HIGH. +I=Numeric informat. +J=Justification for an informat. +L=Range starting value is LOW. +M=MultiLabel. +N=Format or informat has no ranges, including no OTHER= range. +O=Range is OTHER. +R=ROUND option is in effect. +S=Specifies that NOTSORTED is in effect. +U=Specifies that the UPCASE option for an informat be used.' ,DECSEP char(1) label='Decimal separator' ,DIG3SEP char(1) label='Three-digit separator' ,DATATYPE char(8) label='Date/time/datetime?' diff --git a/ddl/mddl_sas_cntlout.sas b/ddl/mddl_sas_cntlout.sas index f7b3ece..d821acf 100644 --- a/ddl/mddl_sas_cntlout.sas +++ b/ddl/mddl_sas_cntlout.sas @@ -35,7 +35,18 @@ ,NOEDIT num length=3 label='Is picture string noedit?' ,SEXCL char(1) label='Start exclusion' ,EEXCL char(1) label='End exclusion' - ,HLO char(13) label='Additional information. M=MultiLabel' + ,HLO char(13) label='Additional information. +F=Standard format/informat. +H=Range ending value is HIGH. +I=Numeric informat. +J=Justification for an informat. +L=Range starting value is LOW. +M=MultiLabel. +N=Format or informat has no ranges, including no OTHER= range. +O=Range is OTHER. +R=ROUND option is in effect. +S=Specifies that NOTSORTED is in effect. +U=Specifies that the UPCASE option for an informat be used.' ,DECSEP char(1) label='Decimal separator' ,DIG3SEP char(1) label='Three-digit separator' ,DATATYPE char(8) label='Date/time/datetime?'