Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • -1 : null is passed for command

  • 1: command fails

  • 0: command is successful

Exception Handling

An If the command fails, an Error instance will be thrown with the following properties, if the 2nd optional parameter ignoreError is not specified or “false”.

...

RPG Equivalent 

QCMDEXC System API or C library function system() .

Examples

Example 1: Check for existence of an object

...