
{
{  The purpose of this request is to set a task originated system flag
{ in another task.  The other task must be known, otherwise the request
{ is in error.  If the recipient task is in another job, the request
{ must be issued from ring 1, otherwise the request is in error.
{
{   The system flag handler, corresponding to the flag_id, in the other
{ task is guaranteed to preempt any non-NOS/VE execution.
{
{   **** This request DOES NOT issue a PMP$WAIT request. ****
{
{       PMP$SET_SYSTEM_FLAG (FLAG_ID, RECIPIENT, STATUS)
{
{ FLAG_ID: (input) This parameter specifies the system flag to be set.
{
{ RECIPIENT: (input) This parameter specifies the task in which the
{       system flag is to be set.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION: pme$invalid_task_origin_flag,
{                  pme$invalid_identifier,
{                  pme$unknown_recipient_task,
{                  pme$insufficient_privilege.
{       IDENTIFIER: pmc$program_management_id.
{
