What is difference between API
Answers were Sorted based on User's Feedback
Answer / sreedevi
In API mode, the insertion of data into database follows all the constraints of database. The API mode will interact with the database on a per-record basis. This means that every record is handled by the database But in Utility mode, that disables the constraints & inserts the data into database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi friends, I have 100 records in my input file, if i run first,the first 10 records are stored into the output and if i run second time next 10 records stored into the output file like that please let me know the answer Thanks, krishna
What do you know about partition and also tell us about partition components in abinitio?
what is different daily and monthly develop the abinitio graphs?
What is the difference between a DB config and a CFG file?
Mention what is abinitio?
Can someone tell me the behaviour of next_in_sequence() and innovation_number() in a multifile. Suppose I have records 1,1,1,2,2,3,4,4 in a 4ways mfs file. Data in each partition is: 0th : 1,1,1 1st : 2,2 3rd : 3 4th : 4,4 What will be the sequence of these records if I pass next_in_sequence() and innovation_number() ? Also how can I extract 3rd record from each of the 4 partitions of a 4way multifile through AbInitio? In unix we can use m_dump
How to connect mainframe to Abinitio?
If I delete 1 partition (in 8 partition multifile) and run the graph. Will the graph run successfully?, If not what error I'm going to get.
What is a partition and what are the different types of partition components in abinitio?
How can you export a component’s internal parameters ?
Is it possible to create a parameter in the component?
Can you read multiple input files using one input file component ?(same DML)