Purpose

SESSION.MODE returns the mode (either Standard or Component) in which the kernel is running.
 

Syntax

variable = SESSION.MODE
 

Operation

variable is a valid alphanumeric or numeric variable.
 

Remarks

Component mode indicates execution is via the PROIV Bus.
 

Example

$A = SESSION.MODE

If $A=Batch the kernel is in standard mode.

If $A=Component the kernel is in component mode.

If $A=Standard the kernel is in standard mode.
 

Comment on this topic

Topic ID: 520111

Table of Contents

Index

Glossary

-Search-

Back