Skip to content

v1.0.0: Update README.md

Latest
Compare
Choose a tag to compare
@mark-phillips-ibm mark-phillips-ibm released this 10 Sep 15:50
4fe937f

Release v1.0.0

This is a binary release of the code to automate the management MQ journal receivers on IBM i.

The C program and command have been compiled into a library named MQJRNMNT which has been saved into a save file called MQJRNMNT. The save file is attached as MQJRNMNT.FILE

The program and save file have a target release of V7R2M0.

Follow these steps to restore the save file.

  • Download the save file and copy it into a library in the QSYS.LIB file system on your IBM i machine. For example, use the following SCP command substituting {YOURIBMI} with your host name and {YOURLIB} with your library name:

    scp MQJRNMNT.FILE YOURIBMI:/QSYS.LIB/YOURLIB.LIB/MQJRNMNT.FILE MQJRNMNT.FILE

  • Log onto your IBM i machine and restore the library with the command :

    RSTLIB SAVLIB(MQJRNMNT) DEV(*SAVF) SAVF(YOURLIB/MQJRNMNT)

  • Run the command in report mode to see which receivers are eligible for deletion (substituting QMQM1 with your queue manager library name):

    MQJRNMNT/MQJRNMNT QMGRLIB(QMQM1) OUTPUT(*PRINT) DLTRCV(*NO)