gtps1m21System Macros

CRASC-Send Message to CRAS

Use this system macro to send a message to the computer room agent set (CRAS).

Note:
The CRASC macro should not be used by system programs and applications. System programs and applications must use the ROUTC macro. All replies must be made with the WTOPC macro.

Format




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

symbol1
A data level in the ECB must be specified as parameter one.

Entry Requirements

Return Conditions

Programming Considerations

Examples

Send message to the prime CRAS.

         GETCC     D3,L1
         MVC       16(CRASCMSGL-CRASCMSG-1,R14),CRASCMSG
         CRASC     D3
         .
         .
 
CRASMSG  DC   AL2(CRASMSGL-CRASMSG-3)
         DC   XL3'010000'
         DC   C'TEXT OF THE MESSAGE',AL1(#EOM)
CRASMSGL EQU  *