Name: jay2068 Date: December 17, 2007 at 09:15:34 Pacific Subject: Print queue send to text file OS: vms 7.2 CPU/Ram: 1024MB Model/Manufacturer: DS25
Comment:
Is it possible to create a print queue that prints directly to a text file? Seems dumb since I'm printing it from a file already. But I'm trying to send all our system line printer jobs to a text file for logging purposes.
Just stumbled over ... whatever the reason and purpose of saving a print file may be, one possibility is to use the EXECSYMB symbiont for the queue. EXECSYMB is a symbiont which executes a given DCL procedure for each file submitted. This DCL procedure can do anything desired with the file, in Your case copy it to a save area, log statistics to a database, and finally even submit the file to a destination printer queue.