What are the various error conditions seen in Rexx?

devquora
devquora

Posted On: Feb 22, 2018

 

There are various error conditions seen in Rexx. They are:

  • ERROR– when a command sent to the operating system results in an error, this event is raised.
  • FAILURE– when a command sent to the operating system results in a failure, this event is raised.
  • HALT– when an operation is dependent on another operation, HALT is raised.
  • NOVALUE– this is raised when no value is assigned to a variable.
  • NOTREADY– when an I/0 device is not ready to accept any operation, NOTREADY is raised.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Rexx Interview Questions

    What is Uni-REXX?

    Uni-REXX is a UNIX implementation of Rexx programming language which offers rich sets of functions that are particularl..

    Rexx Interview Questions

    Enlist the features of Rexx as a programming language.

    Following are the few features of Rexx-Rexx language has a very simple syntax format. Rexx can support multiple functi..

    Rexx Interview Questions

    Does Uni-Rexx give me any capabilities designed specifically for the UNIX environment?

    Rexx offers a rich set of functions other than the standard language features. These functions are designed specificall..