KPG1_NDFNM

Returns the name of an NDF without a directory path (Unix only)

Description:

Gets the full path to the supplied NDF, then removes any directory path from the start, and return the resulting string.

Note, Unix file names are assumed.

Invocation

CALL KPG1_NDFNM( INDF, NAME, NMLEN, STATUS )

Arguments

INDF = INTEGER (Given)
The NDF.
NAME = CHARACTER ( ) (Returned)
The NDF name without directory path.
NMLEN = INTEGER (Returned)
The used length of NAME.
STATUS = INTEGER (Given and Returned)
The global status.