Air Cleaner User Manual
DEFINE PSID
Compaq
(DIGITAL)
OpenVMS
OS/390 OS/400 OS/2 Warp Compaq NSK UNIX systems Windows NT
U
Use DEFINE PSID to define a page set and associated buffer pool.
Note: You can issue DEFINE PSID only from the CSQINP1 initialization data set.
If more than one DEFINE PSID command is issued for the same page set,
only the last one is actioned.
Synonym: DEF PSID
DEFINE PSID
DEFINE PSID(psid-number)
BUFFPOOL(0)
BUFFPOOL(integer)
!
Parameter descriptions
(psid-number)
Identifier of the page set. This is required.
In MQSeries for OS/390 a one-to-one relationship exists between page sets
and the VSAM data sets used to store the pages. The identifier consists of
a number in the range 00 through 99. It is used to generate a ddname,
which references the VSAM ESDS data set, in the range CSQP0000 through
CSQP0099.
The identifier must not be the same as any other page set identifier
currently defined on this queue manager.
BUFFPOOL(integer)
The buffer pool number (in the range 0 through 3). This is optional. The
default is 0.
See “DEFINE BUFFPOOL” on page 56.
DEFINE PSID
Chapter 2. The MQSeries commands 105