iQsh¶
-
iQsh
(qsh, options)¶ Note
Deprecated: Replaced by
CommandCall
and will be removed in the next major version.Generates a qsh command.
Arguments: - qsh (string) – The command to string run.
- options (qshOptionsDeprecated) – The command options.
Returns: string – The generated command.
-
qshOptionsDeprecated
()¶ QSH Command Options
Arguments: - rows (string) – Whether to split the output row by row. Valid options are ‘on’ or ‘off’. Default is
off
. - error (string) – Determines action when an error is encountered. Valid options are
on
,off
, orfast
. Default isfast
. Usingon
will cause the script execution to stop and log a full error report. Usingoff
orfast
continues executing the script. The Difference is thatfast
will log a brief error report andoff
will not. - hex (string) – Whether to output data in hex format. Valid options are
on
or ‘off’. Default isoff
. - before (string) – The CCSID to convert to before command call.
- after (string) – The CCSID to convert to after command call.
- rows (string) – Whether to split the output row by row. Valid options are ‘on’ or ‘off’. Default is