Returning derived objects to the client

Before you begin

Previous step: Running the makefile

Procedure

To return a derived object to the client, do these steps:
  1. Specify the derived object using the rccbuild –o option.
    The default format is binary. If the file is in text format, specify the –ot option.
  2. Include the file extension of the derived object by using the RCCEXT extension parameter in your build script.

Results

The SYSPRINT and log files are sent to the directory from which you run the rccbuild command. If you run the rccbuild command from a directory other than the view that contains the source files, direct the derived object and other output files to the view by specifying an output path (–o path).