BYTE-LENGTH Function
Description:
This function returns an integer value equal to the length of the argument in bytes.
Types:
| Argument Type | Return Type |
|---|---|
| Alphanumeric literal | Integer |
| National literal | Integer |
| Type name | Integer |
| Any data item | Integer |
Usage example:
FUNCTION* BYTE-LENGTH* ( input-data [ PHYSICAL* ] )