
{
{    The purpose of this request is to define a job local queue.
{
{        PMP$DEFINE_QUEUE (NAME, REMOVAL_BRACKET, USAGE_BRACKET, STATUS)
{
{  NAME: (input) This parameter specifies the name of the queue.
{
{  REMOVAL_BRACKET: (input) This parameter specifies the highest ring
{        from which this queue definition may be removed.  The ring from
{        which the request is made must be less than or equal to the
{        removal bracket.
{
{  USAGE_BRACKET: (input) This parameter specifies the highest ring from
{        which this queue may be sent to or received from.  The usage
{        bracket must be greater than or equal to the removal bracket.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$maximum_queues_defined, pme$queue_already_defined,
{                  pme$request_gt_removal_bracket, pme$usage_lt_removal_bracket,
{                  pme$incorrect_queue_name.
{       IDENTIFIER: pmc$program_management_id.
{
