Created On:  04 March 2011

Problem:

EXEC CICS LOAD statement is generating the error EIBREP 27 PGMIDERR. EIBRESP2 = 3 during an Assembler Table Load.

Resolution:

These problems are usually due to incorrect settings for the Assembler module.

Checking the following will normally resolve the CICS abend

1. In the CICS PPT entry for your assembler program - The TYPE needs to be specified as DATA.
2. In your Build settings for your assembler program within the LINK TAB the LINKER OUTPUT needs setting to NON-EXECUTABLE  DATA TABLE.

Recompile your assembler program.
Incident #2481283