CBL_FILENAME_MAX_LENGTH

Returns the maximum size of a filename that the run-time system and the current operating system can handle. This size does not include any terminators (null or space).

Syntax:
call "CBL_FILENAME_MAX_LENGTH" returning max-length.
Parameters
Using call prototype (see Library Routines - Key) Picture (32-bit systems)
max-length cblt-os-size pic x comp-x
On Entry:

None.

On Exit:
max-length Maximum size of filename that the run-time system and the current operating system can handle, not including a terminator (null or space).
See Also: