Usage notes
The command can be used in two ways:
- At restart, from the CSQINP1 initialization input data
set, to specify your standard page sets:
- These definitions are not retained so you must define them at each queue
manager start using a data set referenced from CSQINP1.
- You cannot specify the DSN keyword if issuing the command from CSQINP1.
- If more than one DEFINE PSID command is issued for the same page set,
only the last one is processed.
- While the queue manager is running, to dynamically add
a page set:
- The command must specify the DSN keyword and can be issued from either
of the following:
- The z/OS(R) console.
- The command server and command queue by means of CSQUTIL, CSQINPX, or
applications.
- The page set identifier (that is the PSID number) may have previously
been used by a queue manager. It should therefore be freshly formatted by
a FORMAT(RECOVER) statement in CSQUTIL, or formatted by with a FORMAT(REPLACE)
in CSQUTIL.
- You cannot dynamically add page set zero.
- The
BUFFPOOL parameter can specify a currently unused buffer pool. If the buffer
pool was defined in CSQINP1 but not used by any PSID, then the number of buffers
specified there is created if the required virtual storage is available. If
this is not available, or if the buffer pool was not defined in CSQINP1, the
queue manager attempts to allocate 1000 buffers. If this is not possible,
100 buffers are allocated.
- You should update your queue manager started task procedure
JCL and your CSQINP1 initialization input data set to include the new page
set.