Skip to main content

%SYSTEM.SYS

class %SYSTEM.SYS extends %SYSTEM.Help

Language independent accessors for selected system variables

Method Inventory

Methods

classmethod Horolog() as %String
Contains the current date and time as integer counters.
classmethod MaxLocalLength() as %Integer
Contains the maximum local string length of the current job.
classmethod NameSpace() as %String
Contains the current namespace name.
classmethod ProcessID() as %Integer
Contains the ID of the current process.
classmethod TimeStamp() as %String
Contains the UTC time in $H format.
classmethod TimeZone() as %String
Contains the time zone offset from GMT

Inherited Members

Inherited Methods

FeedbackOpens in a new tab