what is the syntax of m_dump command?
Answers were Sorted based on User's Feedback
Answer / ranga .
Find all the Ans as below...
How to read a feed file from UNIX prompt without opening Ab-
initio GDE?
Follow the below steps:
Create the DML for reading the feed file and save it
with .dml extension.
Place the DML file in the .dml folder of the respective
sandbox being used (can even be ignored).
Execute the following command at unix prompt:
m_dump <.dml file(absolute path)> <feed file name(absolute
path)>
Ex:
m_dump /export/home/read_feed.dml /export/home/feedfile.dat
For more options on m_dump, type m_dump help on unix prompt.
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / deepa govindaraj
m_dump DML_path Inputfile_path
hope it would help you...
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sohanvarmas
m_dump command prints the data in a formatted way.
m_dump <dml> <file.dat>
| Is This Answer Correct ? | 13 Yes | 1 No |
explain checkin and checkout?
What is difference between force_error & force_abort? How to use in abinitio graph?
What is brodcasting and replicate?
Can you use scan to generate sequence number ? How to use in abinitio graph?
What is $mpjret? Where it is used in ab-initio?
We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?
How does the bre work with the co>operating system?
Have you worked with packages?
What is meant by Co > Operating system and why it is special for Ab-initio ?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
Explain the methods to improve performance of a graph?
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