From 84eb2f1845032d3b8ad4fb1a1b799a22a0ca384b Mon Sep 17 00:00:00 2001 From: munja Date: Thu, 30 Dec 2021 00:29:48 +0000 Subject: [PATCH] chore: automated commit --- base/mp_jsonout.sas | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/base/mp_jsonout.sas b/base/mp_jsonout.sas index 829bc5f..f8ba210 100644 --- a/base/mp_jsonout.sas +++ b/base/mp_jsonout.sas @@ -40,15 +40,12 @@ @param [out] jref= (_webout) The fileref to which to send the JSON @param [out] dslabel= The name to give the table in the exported JSON @param [in] fmt= (Y) Whether to keep (Y) or strip (N) formats from the table - @param engine= (DATASTEP) Which engine to use to send the JSON. Options: + @param [in] engine= (DATASTEP) Which engine to use to send the JSON. Options: @li PROCJSON (default) @li DATASTEP (more reliable when data has non standard characters) - @param missing= (NULL) Special numeric missing values can be sent as NULL + @param [in] missing= (NULL) Special numeric missing values can be sent as NULL (eg `null`) or as STRING values (eg `".a"` or `".b"`) - @param dbg= DEPRECATED - was used to conditionally add PRETTY to - proc json but this can cause line truncation in large files. -

Related Macros

@li mp_ds2fmtds.sas