Uninstall Rapid Fire Library
Previous page
•
End
Follow these steps to uninstall the Rapid Fire library from the host:
- Signon to your host system.
- Add your Rapid Fire library (default: RAPIDFIRE) to the library list.
- Call program CRTDRPSQL with parameters '*DROP' and 'libraryName' (where libraryName is your
Rapid Fire product library) to drop the Rapid Fire SQL procedures and functions.
CALL PGM(CRTDRPSQL) PARM(*DROP RAPIDFIRE)
- Call program STRENDJRN with parameters '*END' and 'libraryName' (where libraryName is your
Rapid Fire product library) to end journaling the Rapid Fire files.
CALL PGM(CRTDRPSQL) PARM(*DROP RAPIDFIRE)
- Execute command DLTLIB to delete the Rapid Fire product library.
You can use the following SQL commands to display the installed Rapid Fire SQL procedures and functions
to verify that everything has been removed:
SELECT * FROM QSYS2.SYSPROCS WHERE SPECIFIC_SCHEMA = 'libraryName'
SELECT * FROM QSYS2.SYSFUNCS WHERE SPECIFIC_SCHEMA = 'libraryName'
Replace libraryName with the name of your Rapid Fire product library.