On Thu, 6 Jan 2011 13:01:32 -0000, Terry Sambrooks
<[email protected]> wrote:
>Hi,
<snip>
>Not being that familiar with MQ I am unsure where to start with this. I have
>not found z/OS Messages and Codes or the WAS equivalent to be that
helpful.
>
>Kind Regards - Terry
<snip>
Terry - Let's verify we (as in you) have all the pieces in place. Do you:
a) Have the following libraries in LPALSTxx to load the early code?
MQM.SCSQSNLE,
MQM.SCSQLINK,
b) Have the following in LINKLST?
MQM.SCSQAUTH
c) Have these APF authorized?
MQM.SCSQSNLU
MQM.SCSQSNLK
MQM.SCSQSNLE
MQM.SCSQSNLC
MQM.SCSQMVR1
MQM.SCSQLINK
MQM.SCSQAUTH
MQM.SCSQANLU
MQM.SCSQANLK
MQM.SCSQANLE
MQM.SCSQANLC
(These came authorized with z/OS on my system)
and d) Allocate the following libraries something like this REXX in your menu
selection?
ADDRESS TSO "ALTLIB ACT APPL(CLIST) DA('MQM.SCSQEXEC')"
address ispexec "LIBDEF ISPMLIB DATASET ID('MQM.SCSQMSGE')
STACK"
address ispexec "LIBDEF ISPPLIB DATASET ID('MQM.SCSQPNLE')
STACK"
address ispexec "LIBDEF ISPTLIB DATASET ID('MQM.SCSQTBLE')
STACK"
address ispexec "LIBDEF ISPLLIB DATASET ID('MQM.SCSQEXEC')
STACK"
address ispexec "LIBDEF ISPSLIB DATASET ID('MQM.SCSQSNLE')
STACK"
address ispexec "SELECT CMD(%CSQOREXX) NEWAPPL(CSQO) PASSLIB"
Hopefully one of these will be a simple fix.
Regards,
Pat L.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html