KPG1_GTMOR

Creates an HDS structure holding a user-supplied set of keyword=value strings

Description:

This routine returns a locator for a temporary HDS structure that holds a set of keyword values obtained from the environment.

Invocation

CALL KPG1_GTMOR( PARAM, MORE, STATUS )

Arguments

PARAM = CHARACTER ( ) (Given)
The name of the environment parameter to use. The parameter is accessed as a group of text strings, using GRP. Each string should be of the form " keyword=value" . The keyword can be a single name or a dot-delimited heirarchy. The returned HDS object will contain a sinmilar heiracrhy.
MORE = CHARACTER (DAT__SZLOC) (Returned)
A locator for the returned temporary HDS object. It will be a scalar structure with HDS type of " KPG1_GTMOR_TYPE" .
STATUS = INTEGER (Given and Returned)
The global status.