MOVE_SPLF
This activity will move a spool file on an IBM i server to a specified output queue. It is only supported on IBM i servers.
The input parameters must fully identify the spool file to be moved. You must specify the SPLFNUMBER parameter if there is more than one spool file of the name specified by the SPLFNAME parameter for the job specified by the first three parameters
INPUT Parameters:
JOBNAME : Required
This parameter specifies the name of the job that created the spool file to be moved.
JOBUSER : Required
This parameter specifies the user profile name of the job that created the spool file to be moved.
JOBNUMBER : Required
This parameter specifies the job number of the job that created the spool file to be moved.
SPLFNAME : Required
This parameter specifies the name of the spool file to be moved.
SPLFNUMBER : Optional
This parameter specifies the number of the spool file to be moved and is only required if there is more than one spool file of the name specified by the SPLFNAME parameter for the job specified by the first three parameters. If not specified, a default special value of *ONLY is used. You may specify special values *ONLY or *LAST. Otherwise specify the number of the job's spooled file that is to be moved.
TOOUTQ : Required
Specifies the name of the destination output queue the spool file is to be moved to.
TOOUTQLIB : Optional
Specifies the name of the library containing the destination output queue. The default value is *LIBL meaning the library list is used to locate the named destination output queue.
OUTPUT Parameters:
There are no output parameters.