Creating a makefile for a Remote Build
About this task
To create a makefile that integrates with Remote Build, replace build script commands with an rccbuild command string.
In the following example, the file banner.cbl is
compiled to generate the object module BANNER. The object file is
linked and the generated load module returns to the client as BANNER.PRO,
as shown in the following example:
banner.pro: banner.cbl
rccbuild -h os390@3604 -b cobcomp -ft cobcomp.jcl -k IBM-850 \
-r IBM-037 -it banner.cbl -dt banner.led -o banner.pro -v MBR=BANNER \
COBCOMP=IGY210.SIGYCOMP LERUN=CEE150.SCEELKED HLQ=SMITH \
SYSTEM=MVSCICS -V -V -V
What to do next
Next step: Running the makefile