Welcome to myCobol.net Monday, 04 July 2022, 07:13
- unary operator
[Cobol/Syntax]
- A plus (+) or a minus (-) sign that precedes a variable or a left parenthesis in an arithmetic expression and that has t ...
- Unicode
[Cobol/Standards]
- A universal character encoding standard that supports the interchange, processing, and display of text that is written i ...
- unit
[Cobol/Syntax]
- A module of direct access, the dimensions of which are determined by IBM.
- unrestricted storage
[Cobol/Context]
- Storage below the 2-GB bar. It can be above or below the 16-MB line. If it is above the 16-MB line, it is addressable on ...
- unsuccessful execution
[Cobol/Event]
- The attempted execution of a statement that does not result in the execution of all the operations specified by that sta ...
- UPSI switch
[Cobol/Syntax]
- A program switch that performs the functions of a hardware switch. Eight are provided: UPSI-0 through UPSI-7.
- user-defined word
[Cobol/Syntax]
- A COBOL word that must be supplied by the user to satisfy the format of a clause or statement.