This general macro contains record type equate names and values created by
the FACE Table Generator.
Format
Entry Requirements
None.
Return Conditions
Control is returned to the next sequential instruction.
Programming Considerations
- This macro can be executed on any I-stream.
- This macro is created by the FACE Table Generator.
- Interfaces with the FACE Table. During the assembly process, SYSEQC
declares and assigns a value to a record type name. The value assigned
to this record type name is used as an index into the FACE table
(FCTB).
- SYSEQC equates are often used by FACE calls. When SYSEQC equates
change, segments which have FACE calls that use the equates which have
changed, must be reassembled. To avoid reassembling code, FACS should
be used instead of FACE.
- All defined symbols in SYSEQC must begin with the pound sign character
(#).
- If the FACE table changes, SYSEQC must be updated to reflect the change
for the specific subsystem.
- The last equate defined for the FACE values in SYSEQC must be for
#FACTEND.
Examples
None.