What is the syntax of m_dump command?

Questions by rupal   answers by rupal

Showing Answers 1 - 22 of 22 Answers

Prabha

  • Jun 26th, 2007
 

m_dump is the command used to view data, residing in multifile, from unix prompt.

Syntax with eg:

m_dump  a.dml  a.dat

The above command will print  the data as it appears from GDE when we view data in formatted text.

m_dump a.dml a.dat  >b.dat

The output will be re-directed  in b.dat and b.dat will act as a serial file.b.dat can be referred to whenever reqd.

kannan

  • Oct 11th, 2011
 

m_dump means.....
we can view data without GDE m_dump can give formatted text ,
syntax m_dump file.dml file.dat

  Was this answer useful?  Yes

vijay

  • Oct 21st, 2011
 

m_dump [] [ ...]

  Was this answer useful?  Yes

Ashutosh Prasad

  • Sep 8th, 2012
 

m_dump is abinitio utility to view the content of a file[Serial/MFS] in a formatted way.

Syntax :

m_dump

There are other options such as :

-select
-no-print-data
-print-data
-start # -end #
-record
etc..

  Was this answer useful?  Yes

shan

  • Oct 11th, 2012
 

m-dump to display record format:m_dump [-dml] [-datafile]

  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

 

Related Open Questions