275 pts.
 AS/400 spool file
I need to copy the spool file from one outq to another outq ?

Software/Hardware used:
AS400
ASKED: May 17, 2012  5:50 AM
UPDATED: May 18, 2012  1:05 AM

Answer Wiki:
Another possibility :SNDNETSPLF. You can send a copy to yourself and then modify it to desired OUTQ Bye
Last Wiki Answer Submitted:  May 17, 2012  2:51 pm  by  nuccio   290 pts.
All Answer Wiki Contributors:  nuccio   290 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I use SNDTCPSPLF to copy spool files from one output queue to another.

 5,670 pts.

 

Oops. A bit of clarification: I use LOCALHOST, our *LOOPBACK interface, for the remote system (RMTSYS) parameter.

 5,670 pts.

 

If TAA Tools are on your system, check out DUPSPLF.

 5,525 pts.

 

If you do not need 2 copies you can just move it to the other outq. If you only wantit in the other outq you can OVRPRTF in the job CL program and the job will produce in the other outq. Otherwise SNDNETSPLF to a user defined for the other outq.

 695 pts.