Skip to content

Commit

Permalink
docs: Add omit as valid value for io (#346)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Seiden <alan@alanseiden.com>

Signed-off-by: Alan Seiden <alan@alanseiden.com>
  • Loading branch information
alanseiden committed Oct 25, 2022
1 parent a10b078 commit 6567f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ProgramCall.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class ProgramCall {
* @property {string} value - The value of the data.
* @property {string} [name] - The name of the parameter.
* @property {data[]} [fields] - The array of data objects for a ds.
* @property {string} [io] - Whether the parameter is used for input, output, or both.
* Valid values are ``in``, ``out``, or ``both``.
* @property {string} [io] - Whether the parameter is used for input, output, both, or *OMIT.
* Valid values are ``in``, ``out``, ``both``, and ``omit``.
* @property {string} [by] - Whether to pass the parameter by reference or value.
* Valid values are ``ref`` or ``val``. NOTE: Pass by value requires ``XMLSERVICE >= 1.9.9.3``.
* @property {string} [dim] - Sets ds array dimension value.
Expand Down

0 comments on commit 6567f2e

Please sign in to comment.