Update to the RUNQJRGZ and RGZQJPFM commands - 7.0

Assure Security Release Notes

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure Security > Assure Elevated Authority Manager (EAM)
Assure Security > Assure Encryption
Assure Security > Assure Secure File Transfer
Assure Security > Required for All Modules
Assure Security > Assure Monitoring and Reporting (AMR)
Assure Security > Assure Security Multi-Factor Authentication (MFA)
Assure Security > Assure DB2 Data Monitor (DB2MON)
Assure Security > Assure System Access Manager (SAM)
Assure Security > Assure Secure File Transfer with PGP
Version
7.0
Language
English
Product name
Assure Security
Title
Assure Security Release Notes
Copyright
2025
First publish date
2019
Last updated
2025-01-08
Published on
2025-01-08T15:12:18.805000

The RUNQJRGZ command has been modified to allow the reorganization of internal Assure Security files while the files are in use. RUNQJRGZ now uses the same process as the RGZQJPFM command. If the internal files are not already journaled, RUNQJRGZ will temporarily start journaling the files to a journal named secondary-library/RGZJRN to allow the files to be reorganized while active.

Customers who compiled the monthly program QJRN_SCDM when Assure Security was installed at a service pack level between 6.0.24.00 and 7.0.08.00 have run older versions of the RGZQJPFM command and may have an orphaned RGZJRN journal or journal receivers that need to be cleaned up. If such objects exist, they will be located in the secondary library (SECOPSEX by default).

  1. To determine if there are any orphaned journal receivers, run the following command:

    WRKOBJ OBJ(secondary-library/RZGRCV*) OBJTYPE(*JRNRCV)

  2. If receivers are listed, they can be deleted via the following command:

    DLTJRNRCV JRNRCV(secondary-library/RZGRCV*) DLTOPT(*IGNINQMSG *IGNEXITPGM *IGNTGTRCV)

    Note: The attached journal receiver cannot be deleted. You will see message: CPF7022 - CANNOT DELETE JOURNAL RECEIVER attached_receiver WHILE ATTACHED. This is a normal message. The attached journal receiver will be deleted in step 4. Proceed to step 3.
  3. End journaling on all files journaled to this journal:

    ENDJRNPF FILE(*ALL) JRN(secondary-library/RGZJRN)

  4. Delete the journal:

    DLTJRN JRN(secondary-library/RGZJRN)

Note: Before running the above clean-up commands, ensure that you are not using a journal named secondary-library/RGZJRN for your own purposes.

(SEC-16416)