To build an application for WebSphere MQ for z/OS that runs under z/OS batch, create job control language (JCL) that performs these tasks:
·
·
·
//* //* WEBSPHERE MQ FOR Z/OS LIBRARY CONTAINING BATCH STUB //* //CSQSTUB DD DSN=++HLQ.MQM100++.SCSQLOAD,DISP=SHR //*
·
·
·
//SYSIN DD * INCLUDE CSQSTUB(CSQBSTUB)
·
·
·
/*
·
·
·
//* //* WEBSPHERE MQ FOR Z/OS LIBRARY CONTAINING BATCH STUB //* //CSQSTUB DD DSN=++HLQ.MQM100++.SCSQLOAD,DISP=SHR //CSSLIB DD DSN=SYS1.CSSLIB,DISP=SHR //*
·
·
·
//SYSIN DD * INCLUDE CSQSTUB(CSQBRSTB) INCLUDE CSSLIB(ATRSCSS)
·
·
·
/*
To run a batch or RRS program, you must include the libraries thlqual.SCSQAUTH and thlqual.SCSQLOAD in the STEPLIB or JOBLIB data set concatenation.
To run a TSO program, you must include the libraries thlqual.SCSQAUTH and thlqual.SCSQLOAD in the STEPLIB used by the TSO session.
To run an OpenEdition batch program from the OpenEdition shell, add the libraries thlqual.SCSQAUTH and thlqual.SCSQLOAD to the STEPLIB specification in your $HOME/.profile like this:
STEPLIB=thlqual.SCSQAUTH:thlqual.SCSQLOAD export STEPLIB
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
bba |