Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

Dash command modifier examples

light.lst : light.txt
  - flash light.txt

In the example above, NMAKE never ends, regardless of the exit code returned by flash.

light.lst : light.txt
  -1 flash light.txt

In the example above, NMAKE ends if the exit code returned by flash is greater than 1.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)