Files in the JES queue with different Form values. The Destination is not defined in Spool and we do not want to define the destination in Spool. Can these files be transferred by the FORM name?
XFERDEST provides the ability to transfer files by destination. Any value other than NO will turn on the transfer by destination interface for all printers(nodes) and alias printer names. Normally you would transfer files from JES to Spool by the destination attribute assigned to the sysout file and using either YES, FORCE, DEST or WRITER as the XFERDEST statement value. See below descriptions.
|
The interface is not turned on. |
|
The interface will only transfer from dests known to JES. |
|
The interface will transfer from all printers(nodes) and printer alias names without checking if those dests are defined to JES. |
|
The interface asks for output files with destination name equal to all defined printers(nodes) and printer names without checking if defined in JES. |
|
The interface will ask for output files with a writer name equal to all defined printers(nodes) and printer alias names without checking if defined in JES. |
Some customers only use a destination of LOCAL for all sysout files created in JES, but also specify a specific FORM name. We strongly suggest against defining a Dest of LOCAL to Spool. To transfer files by the FORM attribute you can add XFEROPT=14.
Using the SAPI interface, with the addition of XFEROPT=14 you can change how the XFER interface works. XFEROPT=14 changes or customizes how XFEROPT=6 works and will allow file selection to be performed when the file's form attribute (DD statement) or FORMS attribute (Output statement) matches a printer node name. This also requires statements XFERCLAS=n and XFERDEST=WRITER. Inclusion of XFERCLAS=n with any other selection criteria is turned on by XFEROPT=6
Example of statements if you want to select files by form. These statement changes done in the CAIQPARM member require a recycle of the Spool task.