Modify the DASDL
You can modify the DASDL to start the Copy Audit utility WFL/DATABRIDGE/COPYAUDIT instead of the DMSII default COPYAUDIT WFL. Full details on modifying DASDLs are available in the Unisys DMSII documentation.
To modify the DASDL
- Open the DASDL and modify the AUDIT TRAIL section. If you are using the copy option, specify WFL/DATABRIDGE/COPYAUDIT for JOB. If you are not using the copy option, add the JOB declaration as shown in example on the next page.
Following is an excerpt of how your existing DASDL might look:
AUDIT TRAIL
(
option
option
COPY TO TAPE AND REMOVE
option
option
);
Following is the same excerpt with the correct information to start the DATABridge Copy Audit WFL.
AUDIT TRAIL
(
option
option
COPY TO TAPE AND REMOVE JOB WFL/DATABRIDGE/COPYAUDIT
option
option
);
|