Temenos TAFJ subroutines - Location of Insert Files

2.6k views Asked by At

While writing TAFJ subroutines, I am using the T24 Insert files.

I am looking for the location of the insert files like I_COMMON, I_EQUATE, I_F.CUSTOMER, etc. So that I can use more of the common variables.

When I compile a TAFJ subroutine, I see the path below

Insert Source Dir. = /apps/t24cldenv/bnk/t24lib

but there are only jar files in that directory, does anyone know where the insert files are located?

1

There are 1 answers

2
PrecisionLex On

The T24 Insert files are located inside the *.jar libraries in .../bnk/t24lib. Jar files are just ZIP files and when you unzip them, you will find the Insert files you need.

For example, I_F.CUSTOMER is located inside: .../bnk/t24lib/ST_Customer.jar/INSERTS/I_F.CUSTOMER

I_COMMON inside: .../bnk/t24lib/EB_SystemTables.jar/INSERTS/I_COMMON

You can search these jar archives using tools like Total Commander to find the file you need.