Byte (IBM extension)
The byte type specifier is the BYTE keyword in XL Fortran. See BYTE (IBM extension) for details on declaring entities of type byte.
The BYTE intrinsic data type does not have its own literal constant form. A BYTE data object is treated as an INTEGER(1), LOGICAL(1), or CHARACTER(1) data object, depending on how it is used.


