From 3866b97416e6459bdad5f89291374952c1b98d56 Mon Sep 17 00:00:00 2001 From: munja Date: Thu, 23 Dec 2021 13:55:53 +0000 Subject: [PATCH] chore: updating doc header --- all.sas | 2 +- base/mp_applyformats.sas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/all.sas b/all.sas index 4dc16e5..3d0629e 100644 --- a/all.sas +++ b/all.sas @@ -2305,7 +2305,7 @@ Usage: @param [in] inds The input dataset containing the formats to apply (and where to apply them). Example structure: - |LIB:$4.|DS:$7.|VAR:$32.|FMT:$49.| + |LIB:$8.|DS:$32.|VAR:$32.|FMT:$49.| |---|---|---|---| |`WORK `|`EXAMPLE `|`ACTUAL `|`DOLLAR12.2 `| |`WORK `|`EXAMPLE `|`COUNTRY `|`$CHAR10. `| diff --git a/base/mp_applyformats.sas b/base/mp_applyformats.sas index f79cb20..7bdb1a0 100644 --- a/base/mp_applyformats.sas +++ b/base/mp_applyformats.sas @@ -39,7 +39,7 @@ @param [in] inds The input dataset containing the formats to apply (and where to apply them). Example structure: - |LIB:$4.|DS:$7.|VAR:$32.|FMT:$49.| + |LIB:$8.|DS:$32.|VAR:$32.|FMT:$49.| |---|---|---|---| |`WORK `|`EXAMPLE `|`ACTUAL `|`DOLLAR12.2 `| |`WORK `|`EXAMPLE `|`COUNTRY `|`$CHAR10. `|