{    The purpose of this request is to enable or disable interactive conditions
{ within a transaction job created by the jmp$submit_detached_job request.
{ This request is ignored in any other type of job.
{
{    When a transaction job begins, it functions identically to any other
{ NOS/VE interactive job with regards to interactive conditions, user breaks,
{ and user interrupts.  This is the state of the job when interactive
{ conditions are enabled.
{
{    If this request is used to disable interactive conditions, the following
{ behavior changes occur in the job:
{
{ o User breaks (%1, %2) are ignored and no pause-break or terminate break
{   interactive condition is created.
{ o User interrupts (%S, %L, %A, %D, etc) are disabled.
{ o Should a job become disconnected, no disconnect condition is raised.  In
{   addition, IO requests on a terminal file will result in the error
{   JME$TRANSACTION_JOB_DISCONNECT being returned as the status of the request.
{ o No reconnect conditions will occur should a disconnected transaction job
{   be reconnected.
{
{ NOTE:
{   If the transaction job sees the error JME$TRANSACTION_JOB_DISCONNECT on an
{ IO request, the JMP$RETURN_CONNECTION request should still be issued.
{
{       JMP$SET_INTERACTIVE_COND_STATE (INTERACTIVE_CONDITIONS_ENABLED);
{
{ INTERACTIVE_CONDITIONS_ENABLED: (input)  A boolean indicator used to enable
{       or disable interactive conditions within the transaction job.
