Previous Topic

Next Topic

Book Contents

Book Index

Copy and Clean ADABAS Protection Log

The ADABAS protection log is a dataset that keeps track of ADABAS activity. Usually the log is kept in dual mode, which means that two datasets are alternately used by ADABAS. When the current protection log becomes full, ADABAS switches to the other dataset and issues a message. This solution intercepts this message and schedules a job in Control-M to copy the full protection log to a backup dataset and clean it. This solution eliminates the necessity to code the ADABAS EXIT 2 routine, which is otherwise responsible for cleaning the protection log.

Parent Topic

ADABAS