Upgrade
Upgrade
Introduction
• Phase
1. Local Code Conversion.
2. Desktop to UXP Browser Conversion.
3. Technical Upgrade.
4. Design Studio.
5. Documentation.
Local Code Conversion
• This process has been classified in to 3 stages.
1. Programming Standardization.
OPEN OPF
READ F.READ
WRITE F.WRITE
DBR F.READ
HARDCODED FILEDS SOFTCODED
JOURNAL.UPDATE
Obsolete changes in Higher Releases
• All Local routines that uses Obsolete files should be converted to
read suitable files in higher releases to make the code work as same
as in Lower release.
• Its recommended to use EB.READ.HVT instead of F.READ to fetch
the details from below tables
EB.CONTRACT.BALANCES
ACCT.ACTIVITY
ACCT.STMT.PRINT
DATE.EXPOSURE
Obsolete changes in Higher Releases
• Increase in Tax Code Length
The Tax application @ID which is currently 2 digits has been extended to 4
digits to allow banks to configure upto 9999 records for TAX application.
• FT Replacement
• ‘IF’ condition with multiple choice of values in the same line will not work.
Hence, 'OR' should be added in between the multiple values.
• OPEN with ON ERROR – ELSE
• TAFJ don’t support any variable name prefix with @ in REMOVE
statements.
• ‘//’ is used for commenting any lines in a routine, it will throw error in TAFJ
because it is not supported , * should be used for commenting in TAFJ.
• TAFJ will not support Pre increment and decrement operators.
TAFJ Changes
• $INCLUDE to $INSERT