Welcome to myCobol.net Monday, 04 July 2022, 08:45
![]() |
|
Letters | all # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
Terms | binary item block built-in function byte byte order mark |
- binary item
[Cobol/Syntax]
- A numeric data item that is represented in binary notation (on the base 2 numbering system). The decimal equivalent cons ...
- block
[Cobol/Syntax]
- A physical unit of data that is normally composed of one or more logical records. For mass storage files, a block can co ...
- built-in function
[Cobol/Syntax]
- See intrinsic function.