How can you view the data in the Multifile
Answers were Sorted based on User's Feedback
Answer / pratik deokar
you can use m_dump command to view data in proper format
m_dump <DML Name> <File Name>
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / naveen r
M_DUMP works well and you can see the specified record in
the MFS file
m_dump dmlpath/dml_name file_path/file_name -record 5
o/p will display the 5th line arranged with the dml
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / amol
m_cat muiltifilename
It will show content in the file.
| Is This Answer Correct ? | 6 Yes | 0 No |
Mention what is the syntax for m_dump in abinitio?
Suppose you find the term validation mentioned with a set of data, what does that simply represent?
Describe how you would monitor and control database physical file size and growth?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
Explain how you can run a graph infinitely in ab initio?
How you can run a component for certain conditions ?
I installed AbInito in my PC.In components there is no "select" component.How can i get that component?and How we can create user defined components?
What are the fundamental blocks of co> operating system of ab initio?
what are the steps in actual ab initio graph processing including general,pre and post process settings?
How co>operating system integrates with legacy codes?
Can you read multiple input files using one input file component ?(same DML)
How is the partitioning with key different from round robin partition?