End journalling using the DB auditing routine

Related topics

The following describes the steps that are necessary to end journalling.

  1. Select the Work with data base audit management menu item.
  2. Navigate to the DB audit – files table maintenance and enter the file record you no longer want to audit.
  3. On the DB audit – files table maintenance detail panel, click Delete twice to delete the record.
  4. Note: The following two steps need to be performed in a 5250 session.

  5. The next step is to delete the journalled physical file. Enter the command:
    ENDJRNPF FILE(LIBNAME/FILENAME) JRN(JRNNAME)
  6. The final step is to delete the journal receivers. Enter the command:
    DLTJRNRCV JRNRCV(RCVNAME)
  7. Note: The name of the journal receiver can either be the name of receiver1 or receiver2. Since the routine switches between the two, you have to try both.

Related topics