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 |
How can you connect eme to abinitio server?
What are the co> operating system’s assorted library of integrated components?
What is a cursor? Within a cursor, how would you update fields on the row just fetched?
Explain what is the architecture of abinitio?
Can you use scan to generate sequence number ? How to use in abinitio graph?
One file contains header,body,trailer records and header in a single row as well as trailer too.How to segregate these header,trailer and body records and once it gets segregated,i want to make the body data in reverse i.e if i have 10 body records,the 10th record should be the first record,9th record should be the second line,etc..
What is data encoding?
What you can store, manage and reuse centrally in ab initio enterprise meta>environment (eme)?
what is macro?At what situation we have to face?
what is the syntax of m_dump command?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
In Join component which record will go to unused port and which will go to reject port ?