mirror of
https://github.com/sasjs/core.git
synced 2025-12-30 06:00:06 +00:00
chore: automated commit
This commit is contained in:
@@ -40,15 +40,12 @@
|
|||||||
@param [out] jref= (_webout) The fileref to which to send the JSON
|
@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 [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 [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 PROCJSON (default)
|
||||||
@li DATASTEP (more reliable when data has non standard characters)
|
@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"`)
|
(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.
|
|
||||||
|
|
||||||
<h4> Related Macros <h4>
|
<h4> Related Macros <h4>
|
||||||
@li mp_ds2fmtds.sas
|
@li mp_ds2fmtds.sas
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user