{
{    The purpose of this request is to cause a user defined condition to be
{ raised within a different task.  The destination task must be in the
{ requesting job, and is specified via a local task id.
{
{       PMP$CAUSE_INTRA_JOB_CONDITION (CONDITION, TASK_ID, STATUS);
{
{  CONDITION: (input)  The name of the condition to be caused.
{
{  TASK_ID: (input)  The local task id of the task where the condition is to be
{        raised.
{
{  STATUS: (output) The status of the request.
{       CONDITIONS:
{             pme$incorrect_condition_name
{             pme$unknown_recipient_task
{
