Download System Management

Transcript
Sign-On/Security: Programmer Tools
Callable Entry Points
Entry points related to Sign-On/Security are listed below. You can reference
these callable routines within application code.
• $$KSP^XUPARAM: Return Kernel Site Parameter
Usage
S X=$$KSP^XUPARAM(param)
Input
param:
Site parameter to retrieve. Currently, the
following values for param are supported:
•
•
•
•
•
Output
return
value:
INST
SPOOL DOC
SPOOL LIFE
SPOOL LINE
WHERE
Requested site parameter value.
Description
You can use the $$KSP^XUPARAM to retrieve a Kernel site parameter. The
following parameters are currently supported:
INST:
SPOOL DOC:
SPOOL LIFE:
SPOOL LINE:
WHERE:
Internal entry number of site's institution, in the site's
INSTITUTION file.
MAX SPOOL DOCUMENTS PER USER (internal
value) from the site's KERNEL SYSTEM
PARAMETERS file.
MAX SPOOL DOCUMENT LIFE-SPAN (internal
value) from the site's KERNEL SYSTEM
PARAMETERS file.
MAX SPOOL LINES PER USER (internal value) from
site's KERNEL SYSTEM PARAMETERS file.
Site's domain name (free text value), from the site's
DOMAIN file.
Examples
S A6ASITE=$$KSP^XUPARAM("WHERE")
S A6ASPLLF=$$KSP^XUPARAM("SPOOL LIFE")
July 1995
Kernel V. 8.0 Systems Manual
47