<M3 Program>
Any program in M3 BE.
Operation | Elements | Example* |
---|---|---|
S (Start) When a program is started |
call-stack, PGMN, USID, CONO, DIVI, program-type (values: MIBatch, Batch, Interactive, ControlLanguage, Print or Unknown), startTimeMillis, owner, startTime, jobUUID, sessionID, [Interactive only: mainTable, relatedTables, primaryKey, mainTableLanguageConstant, OPT2] [Batch and MIBatch only: BJNO] environment, version, application |
|
X (Exit) When a program exits |
call-stack, PGMN, USID, CONO, DIVI, program-type (values: MIBatch, Batch, Interactive, ControlLanguage, Print or Unknown), startTimeMillis, owner, startTime, jobUUID, sessionID, [Interactive only: mainTable, relatedTables, primaryKey, mainTableLanguageConstant, OPT2] [Batch and MIBatch only: BJNO] stopTime, environment, version, application |
|
F (Fail) When a program fails |
call-stack, PGMN, USID, CONO, DIVI, program-type (values: MIBatch, Batch, Interactive, ControlLanguage, Print or Unknown), startTimeMillis, owner, startTime, jobUUID, sessionID, [Interactive only: mainTable, relatedTables, primaryKey, mainTableLanguageConstant, OPT2] [Batch and MIBatch only: BJNO] stopTime, environment, version, application |
|
* Format
<format> ::= <subscription string><name-value pair> { ";" <name-value pair> }
<name-value pair> ::= <name> "=" <value> [ "(" <old value> ")" ]