how will i can implemate Insert,Update,delete in abinitio?
how will u view MFS in unix?what is diff/btween conditional
dml& conditional component?
Answers were Sorted based on User's Feedback
Answer / lyubov podolskaya
to find records which should be inserted , updated or
deleted one should use ab initio flow
a. unload master table
b. read delta file
c. use inner join to join a and b unused a will be your
delete records (if required) unused b will be your insert
record . joined a and b will be your update records
to view MFS in unix you should run m_expand command
conditional DML can be pass as program variable
conditional components will be used only when condition past
to the graph is true
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / r.sekhar
u can do using update table component.In this we can connect
the database using .dbc i.e. database configure file, and
then browse the table ten convert to output file component
using same dml. then that component to update table
component. then we can change the data in the input
component like update table using sql quarry panel ...
We can also do delete from the table using same sql quarry
in the dml...
using truncate component we can do truncate a table also..
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / veluruabinitio
it will solve lookup and replicate just write query yes/no
| Is This Answer Correct ? | 3 Yes | 21 No |
What is the use of the co> operating system in ab initio?
Within a cursor, how would you update fields on the row just fetched?
Difference between public and private projects and how to make private to public?
What are the factors on which storage of data depends?
What are the Types of parallelism in detail?
Describe which system or process elements you would review when trouble-shooting general server slows ?
You can ask about - meta pivot, leading records, read & write multiple files component ? How to use in abinitio graph?
How you can delete an object from EME data store ? How to use in abinitio graph?
What is the language used in Ab Initio ?
how does deadlock occur?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999