Load failure for TNMCDB2I S806 Abend with Telon and DB2
search cancel

Load failure for TNMCDB2I S806 Abend with Telon and DB2

book

Article ID: 44618

calendar_today

Updated On:

Products

Telon Application Generator

Issue/Introduction

When I try to Import a DB2 Table from the DB2 catalog, using a CA D2 command in Option 2 Data Administration when within the Telon Design Facility, I am getting a Load Failure with an abend S806(member not in indicated library).

 

      

Environment

TelonĀ® Application Generator
Db2

Resolution

After you have made your source changes to # DB2ICOB, that are shop specfic, and then recompiling your #DB2ICOB, and creating an executable of TNMCDB2I using:
 
LINKAGE EDITOR CONTROL CARDS
  INCLUDE SYSLIB(DSNELI)    
  ENTRY TNMCDB2I            
  NAME TNMCDB2I(R)          
 
do a bind of the Package and a Bind of the Plan.
Copy your new TNMCDB2I module into your CAWLOAD, as when you do a CA D2 in the TDF, it will search your TNSYSLIB file at runtime.
Or if you created a separate Loadlib, you can concatenate your new loadlib to the ALLOC F(TNSYSLIB) 

Additional Information

CREATE A PLAN USING THE DBRM FROM THIS MODULE          
                                                       
 THIS PLAN CAN BE ANY NAME, AND MUST BE AUTHORIZED FOR 
 EXECUTION (NOT FOR MODIFICATION) BY ANY TELON USER WHO
 MAY USE OPTION 2 OF THE TDF TO ACCESS THE DB2 CATALOG.
                                                       
                                                       
MODIFY THE TDF CLIST TO EXECUTE THE TDF UNDER THE DSN  
COMMAND PROCESSOR USING THE ABOVE PLAN