| Type | Description | Example | | :--- | :--- | :--- | | CHAR | Alphanumeric string | DECLARE VAR CUST-NAME TYPE CHAR SIZE 50 | | NUMBER | Decimal / Integer | DECLARE VAR WS-INTEREST TYPE NUMBER SIZE 15,2 | | DATE | Finacle internal date format | DECLARE VAR WS-MAT-DATE TYPE DATE | | BOOLEAN | True / False | DECLARE VAR FLAG-PROCESS TYPE BOOLEAN |
improves syntax integrity and reduces runtime errors through built-in debugging and code completion. Why it’s interesting
Finacle Scripting Syntax: A Comprehensive Guide Finacle Script (FSCRIPT) is the proprietary scripting language of the developed by Infosys. It serves as a customization and extensibility tool, allowing banks to implement specific business logic, automate processes, and format data—such as account numbers—across different systems like ATMs and IVRs. Core Syntax Fundamentals