After executing a package I found that 2 elements needed to be backed out. After doing the backout I shipped the package to the remote location. The problem is that the ship did not send the backout members to the remote location. It only shipped what was originally created.
How do I ship backout elements?
Located in the following file: prefix.qual.CSIQSRC(ENCOPTBL) look for the following option:
*********************************************************************
* THIS OPTIONAL SETTING WILL ENABLE PACKAGE SHIP TO USE MEMBER/FILE
* OUTPUTS BASED ON THE PACKAGE'S BACKOUT STATUS FOR SHIPMENT. THAT IS,
* IF ELEMENTS OR THE ENTIRE PACKAGE IS BACKED OUT, THE RESULTING
* OUTPUTS ARE SHIPPED. THIS FEATURE IS KNOWN AS: "SHIP ASIS".
*---------------------------------------------------------------------*
* ENHOPT SHIP_OUTPUTS_ASIS=ON
***********************************************************************
To active this option change this
* ENHOPT SHIP_OUTPUTS_ASIS=ON
to this:
ENHOPT SHIP_OUTPUTS_ASIS=ON
The Options table (ENCOPTBL file) must be reassembled and linked.
If necessary a refresh of the linklist must also be run.