1 /* BEGIN INCLUDE FILE - syserr_mmdam_msg.incl.pl1 */
 2 /* format: off */
 3 
 4 /* This include file has an ALM version, keep it in sync! */
 5 
 6 /* History:
 7           1985-02-21, EJ Sharpe, created
 8 */
 9 
10 /* This include file defines the structure of binary data logged as
11 the "mmdam" data class.  This occurs when a main memory frame is deleted
12 or parity errors are detected. */
13 
14 dcl mmdam_ptr       pointer;
15 
16 dcl 1 mmdam_msg     aligned based (mmdam_ptr),
17     2 addr          fixed bin (24),
18     2 ctrltag       char (4);
19 
20 /* END INCLUDE FILE - syserr_mmdam_msg.incl.pl1 */