Summary:
In CA Deliver, how a report is taken in (pre- or post-spool processing) and to where it is sent is determined by the RMOPARMS.
Instructions:
- To pre-spool process a report, use RMOPARMS:
- JOBCLSL - Job execution class
- SYSCLSL - Sysout class
- To post-spool process a report, use RMOPARMS:
- NETCLSL - Sysout class
- NETDEST - Sysout destination
- NETFORM - Sysout form
- To determine where a report is sent, use RMOPARMS:
- ARCHnn=DIRECT[/.....database name...]
- The report is written directly to a View database
- ARCHnn=c/dddddddd/ffffffff/m/pppppppp
- where: c - class
dddddddd - destination
ffffffff - forms
m - media (D (Disk) or T (Tape))
pppppppp - print mode (PRMODE)
Additional Information:
Please consult the CA Deliver Reference Guide, under the section "Initialization Parameters", for further information on these and other parameters.