Manually Assigning the Query Processor Library Function Names to the Server Library Code File Titles

When you use the SI program to install the Query Processor in the MCP environment, four SL assignments are automatically performed. The Query Processor requires these assignments to run in the MCP environment.

To perform the SL assignments manually, ensure that you have system user privileges, and enter the following SL (Support Library) system commands: 

SL MCPSQLSERVER = *SYSTEM/MCPSQL/SERVER ON <pack name>:
    LINKCLASS = 1, TRUSTED
SL MCPSQLCONFIG = *SYSTEM/MCPSQL/CONFIG ON <pack name>
SL MCPSQLSCODE  = *SYSTEM/MCPSQL/SCODE ON <pack name> 
SL MCPSQLCLI= *SYSTEM/MCPSQL/INTERFACE ON <pack name>: TRUSTED

The <pack name> construct is the name of the pack to which you copied the code file. The : LINKCLASS = 1, TRUSTED and the TRUSTED clause are required.