book
Article ID: 128445
calendar_today
Updated On:
Issue/Introduction
How do you stop automatic report archival in CA Deliver?
Environment
CA Deliver - All Releases
Resolution
CA Deliver is not a report repository.
A Deliver database only contains definitions for Jobs, Reports, Distribution IDs, and Bundles.
To process reports via Deliver:
. Using Pre-spool processing:
. . Use RMOPARMs JOBCLSL=... and SYSCLSL=... .
. Using Post-spool processing:
. . Use RMOPARMs NETCLSL=..., NETDEST=..., and NETFORM=...
To send reports to CA View, use RMOPARMs:
. ARCHn=DIRECT[/view_hlq] - Writes reports directly to the View database
. ARCHn=cls/dest/form/media - Writes reports to the JES spool, for collection by CA View
If you do not want Deliver to process reports, blank values would be used for:
. RMOPARM JOBCLSL=
. . Note: This field has no default value. You have to supply it a value, for it to be used.
. RMOPARMs NETCLSL= , NETDEST= , and NETFORM=
, , Note: These fields have no default values. You have to supply them with a value, for them to be used.
If you do not want Deliver to send reports to View, then you would not define the RMOPARM ARCHn parameters, for them to do so.