Thursday, 26 January 2023
Rollup Component
Friday, 20 January 2023
Ab Initio ETL tool architecture
Co>Operating System
Co>Operating System is a program provided by Abinitio which operates on the top of the operating system and is a base for all Abinitio processes. It provides additional features known as air commands which can be installed on a variety of system environments such as Unix, HP-UX, Linux,IBM AIX, Windows systems. The Abinitio CoOperating System provides the following features:
- Manage and run Abinitio graphs and control the ETL processes
- Provides Abinitio extensions to the operating system
- ETL processes monitoring and debugging
- Metadata management and interaction with the EME
Abinitio GDE (Graphical Development Environment)
GDE is a graphical application for developers which are used for designing and running Abinitio graphs. It also provides:
- The ETL process in Abinitio is represented by Abinitio graphs. Graphs are formed by components (from the standard components library or custom), flows (data streams) and parameters.
- A user-friendly front-end for designing Ab Initio ETL graphs
- Ability to run, debug Ab Initio jobs and trace execution logs
- GDE Abinitio graph compilation process results in generation of a UNIX shell script which may be executed on a machine without the GDE installed
Abinitio EME
Enterprise Meta>Environment (EME) is an Abinitio repository and environment for storing and managing metadata. It provides capability to store both business and technical metadata. EME metadata can be accessed from the Ab Initio GDE, web browser or Abinitio CoOperating system command line (air commands)
how to create dml dynamically in Ab-initio
$[ begin let int i = 0; let string(int) complete_list = "emp_nm,billable,age,designation,location"; let string(int) file_content ...
-
1) air tag diff - ->air tag diff -show-all tag1 tag2 (-show-all -optional list objects for which there are no differences) 2) air tag c...
-
1) How to print records from a file where cust_id started with 1234 by using the m_dump command ? m_dump dml data -select 'starts_with(c...
-
$[ begin let int i = 0; let string(int) complete_list = "emp_nm,billable,age,designation,location"; let string(int) file_content ...