To prepare a sample application that runs in the batch environment, perform the same steps that you would when building any batch WebSphere MQ for z/OS application. These steps are listed in Building z/OS batch applications.
Alternatively, where we supply an executable form of a sample, you can run it from the thlqual.SCSQLOAD load library.
The library members to use are listed in Table 30, Table 31, and Table 32.
You must edit the run JCL supplied for the samples that you want to use (see Table 30, Table 31, and Table 32).
The PARM statement in the supplied JCL contains a number of parameters that you need to modify. To run the C sample programs, separate the parameters by spaces; to run the assembler, COBOL, and PL/I sample programs, separate them by commas. For example, if the name of your queue manager is CSQ1 and you want to run the application with a queue named LOCALQ1, in the COBOL, PL/I, and assembler-language JCL, your PARM statement should look like this:
PARM=(CSQ1,LOCALQ1)
In the C language JCL, your PARM statement should look like this:
PARM=('CSQ1 LOCALQ1')
You are now ready to submit the jobs.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
runbat |