Returning z/OS UNIX System Services output files to the client computer

About this task

Note: The examples in this topic are for illustrating command syntax. You need to substitute values appropriate to your site for the command parameters.

Procedure

To send output from a z/OS® UNIX® System Services build to the client computer, do these steps:
  1. Specify a build directory by using either the rccbuild –l or the –la option.
    rccbuild … –la /accounts/q3
  2. Include an instruction in your build script or program that copies the output files to the current build directory.
    cp myoutput.exe
  3. Specify the output file on the command line by using the rccbuild –o option.
    rccbuild … –o c:\builds\myoutput.exe