Skip to content

Commit 6567f2e

Browse files
authored
docs: Add omit as valid value for io (#346)
Signed-off-by: Alan Seiden <alan@alanseiden.com> Signed-off-by: Alan Seiden <alan@alanseiden.com>
1 parent a10b078 commit 6567f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ProgramCall.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ class ProgramCall {
103103
* @property {string} value - The value of the data.
104104
* @property {string} [name] - The name of the parameter.
105105
* @property {data[]} [fields] - The array of data objects for a ds.
106-
* @property {string} [io] - Whether the parameter is used for input, output, or both.
107-
* Valid values are ``in``, ``out``, or ``both``.
106+
* @property {string} [io] - Whether the parameter is used for input, output, both, or *OMIT.
107+
* Valid values are ``in``, ``out``, ``both``, and ``omit``.
108108
* @property {string} [by] - Whether to pass the parameter by reference or value.
109109
* Valid values are ``ref`` or ``val``. NOTE: Pass by value requires ``XMLSERVICE >= 1.9.9.3``.
110110
* @property {string} [dim] - Sets ds array dimension value.

0 commit comments

Comments
 (0)