gtpg2m47General Macros

TIMEC-Compute Time Stamp

This macro will return a time stamp in hours-minutes-seconds format for the subsystem local standard time or the system time-of-day clock.

Format




label
A symbolic name can be assigned to the macro statement.

AREA=label
An optional symbolic name of an 8-byte output area where the time stamp is to be placed. If omitted, R5 must contain the address of the output area.

BSS
This parameter is valid only when the macro is issued by the CP.

NO
R15 must contain the subsystem index for the SS local time computation.

YES
R15 will be set to zero and the BSS local time will be computed.

MODE
Specifies whether a C-Type or E-Type expansion is to be generated. If the MODE parameter is omitted, it defaults to NORM.

NORM
The TIMEC macro determines the mode from a global variable set by the BEGIN macro.

CP
A C-Type Expansion is generated.

ECB
A E-Type Expansion is generated.

SYS
Specify one of the following:

NO
The subsystem local time is returned.

YES
The system local standard time is returned.

If this parameter is omitted, it defaults to NO.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.