Can a copy be within CA Spool automatically and send out as an email attachment as well? Is it possible to route a CA Spool file to multiple destinations?
Environment
Release : 12.0 14.0
Component : CA Spool
Resolution
Yes files can be routed to multiple destinations using a DESTID statement. Let's suppose the printer PRINTER1 is the primary destination and there is a SMTP node with name EMAIL001 already defined. A DESTID statement like below can be created:
DESTID QDEST=PRINTER1,FDEST=(PRINTER1,EMAIL001)
Any file that is sent to PRINTER1 will have a copy sent to EMAIL001.