Ab Initio - Intro
Ab Initio - Intro
Ab Initio - Intro
Ab Initio
User Applications
Development Environments
Ab Initio
GDE Shell
Flows
Accenture Ab Initio Training 6
Components
Components may run on any computer running
the Co>Operating System.
Different components do different jobs.
The particular work a component accomplishes
depends upon its parameter settings.
Some parameters are data transformations, that
is business rules to be applied to an input(s) to
produce a required output.
Mfile:Specifies a multifile.
record
decimal(6) cust_id;
string (18) last_name; Name of
string (16) first_name; the Field
Data Type
string (26) street_addr;
string (2) state;
decimal (5) zip;
Length string (1) gender;
decimal (7) income;
newline (1) string;
end
In what format will the source data be read from the source data set or
written to a target data set
You can enter or edit a record format using the Record Format
Editor.
record
decimal(4) id;
string(6) first_name;
string(6) last_name;
date("YYYY-DD-MM") newfield;
end;
You use the Lookup File in other components by calling one of the
following DML functions in any transform function or expression
parameter: lookup, lookup_count, or lookup_next.
End of Session 8