1 /*  START OF:       page_error_types.incl.pl1     October 1982          *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */
 2 
 3 
 4      dcl     (PAGE_ERROR_RQO        init (0),
 5              PAGE_ERROR_IOERR       init (1),
 6              PAGE_ERROR_BADFAULT    init (2),
 7              PAGE_ERROR_INVERROR    init (3),
 8              PAGE_ERROR_MAXTYPE     init (2))
 9                                     fixed bin internal static options (constant);
10 
11 /*  END OF:         page_error_types.incl.pl1                 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  */