Editing the z/OS® UNIX® System Services rccbldw.sh script
About this task
The rccbldw.sh shell script resides in the HFS directory -PathPrefix-/usr/lpp/ZosExtensions. -PathPrefix- is the path prefix of the HFS directory that z/OS® UNIX® System Services Remote Build was installed in.
To edit the rccbldw.sh script, replace all instances
of the -PathPrefix- string with the actual
path prefix of the HFS directory where the z/OS® UNIX® System Services Remote Build was installed.
Note: The default HFS
directory is -PathPrefix-/usr/lpp/ZosExtensions.
If you changed this installation path in any way, that change must
also be reflected here.
To activate tracing, modify the
shell script rccbldw.sh by performing the following procedure:
- Change export RCCTRACE=* to export RCC_TRACE=*.
- Add the command export RCC_TRACEFILE=~/filename, where filename specifies the trace file.