HP 3000 Manuals

MODIFY STATUS [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation


HP Transact Reference Manual

MODIFY STATUS 

Modifies the value in the status register.

Syntax 

{MODIFY STATUS} [new_value]
{MS           }
Parameters 

new_value        The new value to place into the status register.  This
                 value must be a valid 32-bit integer value; a warning
                 message appears if it is an invalid value.  If you do
                 not specify a new value for the STATUS register, the
                 current value is displayed.  Then, you can either enter
                 the new value or press Return to leave the status
                 register unchanged.

Discussion 

This command allows modification of the status register.  If you type a
non-integer value, a warning message appears.

Examples 

The following examples illustrate modification of the status register.

     TRANDEBUG> MODIFY STATUS -21 
     TRANDEBUG> DISPLAY STATUS 

      STATUS REGISTER:   -21

     TRANDEBUG> MODIFY STATUS 

      STATUS REGISTER: <-21> := 4 
     TRANDEBUG> DISPLAY STATUS 
      STATUS REGISTER: 4



MPE/iX 5.0 Documentation