Mention what is the syntax for m_dump in abinitio?
Answer / Ayoosh Kumar Sharivastava
The syntax for m_dump in Ab initio is as follows:nn`m_dump -i input_file_name -o output_file_name -d dump_option (e.g., m_dump -i input1.abinit -o output1.abinit -d memory)`
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how you can run a graph infinitely in ab initio?
Why do you think data processing is important?
Explain what is sandbox?
Why might the optimizer use a table scan when an index is available?
What is the use of aggregation when we have rollup as we know rollup component in abinitio is used to summarize a group of data record? Then where we will use aggregation?
Can anyone give me an example of realtime start script in the graph?
What is the Reformat Layout?(i/p ->Reformat->o/p)
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
What do you mean by a transaction file?
What is max core value ? what is the use of it?
2 Answers JPMorgan Chase, Wipro,
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?