- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine returns a logical flag indicating if a specified applications
package should report verbose information. This is the case if the environment variable
<PACK>_VERBOSE
is defined (the value assigned to the environment variable is immaterial).
Invocation
CALL KPG1_VERB( VERB, PACK, STATUS )
Arguments
VERB = LOGICAL (Returned)
Should the package run in verbose mode? Returned .FALSE, if an error has already
occurred, or if this routine should fail for any reason.
PACK = CHARACTER
∗ (
∗ )
(Given)
The name of the package (e.g. "
KAPPA"
, "
POLPACK"
).
STATUS = INTEGER (Given and
Returned)
The global status.
Notes:
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑