* IC4069 ADD BANCTEC IDENTIFIER TO SCI PROGRAMS DESCRIPTION: This change puts an identifier at location X'B0' (176) to allow banks to test for a Banctec SCI at run time. To test this, add the following SCI code: LPS 3,X'B0' GET SCI IDENTIFIER CT (0,6),BTTABLE IS THIS BANCTEC? BCS 8,ITISBTC YES ooo BTTABLE CTBL C'BTC' BANCTEC TABLE ENTRY For Native code, use the SpxGetProgStore call. NOTES: This change is applicable to release IC4000 and later. ********************************* * MODULES AFFECTED: DKNBLOD1 * * DKNBLXFM * *********************************