25 pts.
 Copy of QPDZDTALOG
Hi there, Is there a way to automatically generate an additional spool copy of QPDZDTALOG (generated during DFU) similar to SNDNETSPLF without interrupting the original spool or to automatically dump the spool contents to a file without the knowledge of the guy who is using DFU. Have a nice day. Regards MARK

Software/Hardware used:
ASKED: May 12, 2009  10:03 AM
UPDATED: May 18, 2009  2:55 PM

Answer Wiki:
You can chgprtf QPDZDTALOG to spool mulitple copies, but that will be in effect for every job that uses that print file, and the copies will both spool to the same outqueue. //////////////////////// Hi, You can attach the OutQ (which can be specific for QPDZDTALOG) to a a DtaQ and each time a spool (any) is generated an entry will be generated in DtaQ. You can than take data from it and use SNDNETSPLF to send it to another user. Regards, Wilson ///////////////////////////////////////////////////////// Another way to get the data you want is from the Journals. Phil
Last Wiki Answer Submitted:  May 18, 2009  2:55 pm  by  WilsonAlano   2,385 pts.
All Answer Wiki Contributors:  WilsonAlano   2,385 pts. , philpl1jb   44,190 pts. , DanD   2,865 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

Hi DanD,

Thanks for your reply. But this method will not help me because the multiple copies will be under the same user. My objective is to automatically send a copy of the spool to another user id with out the knowledge of the DFU user.

Rgds.

 25 pts.

 

Hi,

You could create your own replacement program/command for DFU/UPDDTA which does an OVRPRTF to hold the spooled file, runs the normal DFU/UPDDTA, then does a SNDNETSPLF of the spooled file to another user, then releases the spooled file.

Regards,

Martin Gilbert.

 23,625 pts.

 

Hi Wilson,

Thanks for the reply. I tried this option before, but isn’t there a way to do this same process without creating new CL/CMD for DFU/UPDDTA? Is it possible to trace the DFU from the spool data base file (in library QSPL Physical files Q04079N series? If so which physical file & which member?

Rgds

Mark

 25 pts.

 

Hi Mark,

You can change PRTF QPDZDTAPRT to send it to an OutQ with a DtaQ attached to it if you want the DFU runtime printer data file. If you want just the log change QPDZDTALOG PRTF. I don’t know how to identify PF and member in QSPL for a specific spool. May be in the INFDS it’s possible but not in this case (DFU).

Regards,
Wilson

 2,385 pts.