{
{  The purpose of this request is to change the status of a specified task
{  to ready and to set the WAIT_INHIBITED flag in the task's PTL entry.
{
{  TYPE
{    TMT$RB_READY_TASK = RECORD
{      REQCODE,
{      STATUS,
{      TASK_ID,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is SYC$RC_READY_TASK.
{
{  STATUS: (output) This parameter specifies the standard monitor status.
{
{  TASK_ID: (input) This parameter specifies the global task id of the task to
{          ready.
