- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
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.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑