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

Macros example

program = flash
c = ilink
options =

$(program).exe : $(program).obj
  $c $(options) $(program).obj;

The example above defines three macros. The description block executes the following commands:

flash.exe : flash.obj
  ilink  flash.obj;

Terms of use | Feedback

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