What is m_dump

Questions by sekr   answers by sekr

Showing Answers 1 - 20 of 20 Answers

mukund

  • Dec 15th, 2006
 

guys,

 m_dump is a command mostly we use to get dmls in unix.

 syn: "m_dump file.dml -describe"  , which fetches u the corresponding dml of the file "file.dml" from a directory,if u are already in .

cheers,

mukund

  Was this answer useful?  Yes

sham2sushil

  • Dec 17th, 2009
 

m_dump command will give the formated output.

m_dump <dml_name>  <file_name>

m_dump <dml_name>  <file_name>   -start 60     -end 80

You can also convert multi file to serial file:

m_dump <dml_name>  <mfile:mfs4/file_name>    >   serial_file_name

-Shambhu

  Was this answer useful?  Yes

Nv

  • Feb 3rd, 2012
 

cat file.dml will work fine but it wont display the record format in a formatted way..You can think of m_dump as "view data in formatted " manner.

  Was this answer useful?  Yes

shan

  • Oct 11th, 2012
 

m_dump is used to view data as in graphs

m_dump [-dml] [-file]

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions