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

Directives example

!INCLUDE <infrules.txt>
!CMDSWITCHES +D
winner.exe:winner.obj
!IFDEF DEBUG
! IF "$(DEBUG)"=="y"
     ilink /de winner.obj;
! ELSE
     ilink winner.obj;
! ENDIF
!ELSE
! ERROR Macro named DEBUG is not defined.
!ENDIF

The directives in this example do the following:


Terms of use | Feedback

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