Introduction To Ab Initio: Prepared By: Ashok Chanda
Introduction To Ab Initio: Prepared By: Ashok Chanda
Introduction To Ab Initio: Prepared By: Ashok Chanda
Ab Initio
Flows
Accenture Ab Initio Training 5
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;
When you create a graph, you will see yellow highlights in certain areas. These To-do
cues prompt you for additional information the GDE needs before it can run the
graph, as follows:
?? :When a layout indicator is colored yellow, the component has no layout. For
program components, layout is set either by propagation or manually. Double-click
the layout indicator and select the desired layout.
When a component has a square yellow box, its required parameters lack values.
Double-click the square box and fill in the missing parameters.
out* :When the name of a port is accented with yellow, the record format for the
port is not set. Record formats are usually propagated, but are sometimes set
manually. Connect the port to another port with known record format, or double-click
the port and add the new record format.
When a port is highlighted with yellow, the port needs at least one flow. Connect one
or more flows to the port.
End of Session 2