- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine uses the parameter sysyem to obtain a value for a
selected character component of an output or updated NDF. If the null value is supplied, the
character component is copied from an input NDF to the output NDF, unless the component is
undefined, in the input, in which case it is left undefined in the output.
Invocation
CALL
KPG1_CCPRO( PNCOMP, COMP, NDFI, NDFO, STATUS )
Arguments
PNCOMP = CHARACTER
(
) (Given)
The
name of the ADAM parameter used to obtain the character component’
s value.
COMP = CHARACTER
(
)
(Given)
The name of the character component. It must be ’
TITLE’
, ’
LABEL’
, or ’
UNITS’
.
NDFI = INTEGER (Given)
The identifier of the input NDF from which a character component is to be
copied to the output NDF.
NDFO = INTEGER (Given)
The identifier of the output or updated NDF
to which a character component is to be written.
STATUS = INTEGER (Given and Returned)
The
global status.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑