mirror of
https://github.com/sasjs/core.git
synced 2026-01-14 03:50:06 +00:00
chore: updating documentation in preparation for upcoming sasjs snippets feature
This commit is contained in:
@@ -23,12 +23,13 @@
|
||||
,childvar=c
|
||||
)
|
||||
|
||||
@param base_ds= base table containing hierarchy (not modified)
|
||||
@param outds= the output dataset to create with the generated hierarchy
|
||||
@param matchval= the ultimate parent from which to filter
|
||||
@param parentvar= name of the parent variable
|
||||
@param childvar= name of the child variable (should be same type as parent)
|
||||
@param mdebug= set to 1 to prevent temp tables being dropped
|
||||
@param [in] base_ds= base table containing hierarchy (not modified)
|
||||
@param [out] outds= the output dataset to create with the generated hierarchy
|
||||
@param [in] matchval= the ultimate parent from which to filter
|
||||
@param [in] parentvar= name of the parent variable
|
||||
@param [in] childvar= () name of the child variable (should be same type as
|
||||
parent)
|
||||
@param [in] mdebug= set to 1 to prevent temp tables being dropped
|
||||
|
||||
|
||||
@returns outds contains the following variables:
|
||||
|
||||
Reference in New Issue
Block a user