Structured System variables -- ^$SYSTEM

^$S[YSTEM]

Introduced in the 1995 ANSI M[UMPS] language standard.

This structured system variable provides information about the system specific parameters that are currently active for the M[UMPS] system.

WRITE !,"The default character set is"
WRITE ^$SYSTEM($SYSTEM,"CHARACTER")

This node will specify the name of the character set to be used for the interpretation of all system-wide name information (names of syntactic elements).

Approved for addition in a future ANSI M[UMPS] language standard.

^$SYSTEM(system,"COLLATE") will specify the name of the collation algorithm to be used for sorting system structures (routine directory, global variable directory, structured system variables).


This document is © Ed de Moel, 1995-2005.
It is part of a book by Ed de Moel that is published under the title "M[UMPS] by Example" (ISBN 0-918118-42-5).
Printed copies of the book are no longer available.

This document describes the various special (system) variables that are defined in the M[UMPS] language standard (ANSI X11.1, ISO 11756).

The information in this document is NOT authoritative and subject to be modified at any moment.
Please consult the appropriate (draft) language standard for an authoritative definition.

In this document, information is included that will appear in future standards.
The MDC cannot guarantee that these 'next' standards will indeed appear.