1 /*  START OF:       response_transitions.incl.pl1             *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */
 2 
 3 /*  Transition identifiers for metering response time
 4 
 5     Written April 1981 by J. Bongiovanni                                                                      */
 6 
 7      dcl    (AWARD_ELIGIBILITY      init(1),
 8              CALL_RING_0_TTY        init (2),
 9              RETURN_RING_0_TTY      init (3),
10              BLOCK_PROCESS          init (4),
11              NON_TTY_WAKEUP         init (5),
12              TTY_WAKEUP             init (6),
13 
14              MAX_TRANSITION         init (6)) fixed bin int static options (constant);
15 
16 /*  END OF:         response_transitions.incl.pl1             *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */