When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
No Answer is Posted For this Question
Be the First to Post Answer
Have you ever encountered an error called “depth not equal”?
Can anyone give me an example of realtime start script in the graph?
Have you worked with packages?
How abinitio eme is segregated?
How can we RUN a graph in UNIX?
What do you know about partition and also tell us about partition components in abinitio?
Pdl with an example?
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
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 insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC
What do you understand by local lookup?
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?