1 2 /* BEGIN INCLUDE ...... swd ...... */ 3 4 /* Mod B GIOC Status Word Declaration */ 5 6 dcl 1 swd based aligned, /* GIOC status word declaration */ 7 (2 event bit (4), /* status event */ 8 2 int_sig bit (2), /* internal signal bits */ 9 2 chan bit (12), /* channel number */ 10 2 status bit (12), /* status bits */ 11 2 mbz1 bit (12), /* MBZ */ 12 2 dcwt bit (12), /* DCW tally residue */ 13 2 lpwt bit (12), /* LPW tally residue */ 14 2 mbz2 bit (6)) unaligned; /* MBZ */ 15 16 /* END INCLUDE ...... swd ...... */ 17