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 |
Describe how you would ensure that database object definitions (tables, indices, constraints, triggers, users, logins, connection options, and server options etc)are consistent and repeatable between multiple database instances (i.e.: A test and production copy of a database)?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
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 the output when -1 is put in select_expr of FBE?
Which Ab initio version has Hadoop connector ? and what is the latest GDE version available ?
How many parallelisms are in Abinitio?
How you can run a component for certain conditions ?
What is abinitio?
how will i can implemate Insert,Update,delete in abinitio? how will u view MFS in unix?what is diff/btween conditional dml& conditional component?
explain the environment varaibles with example?
What are the operations that support avoiding duplicate record?
What is $mpjret? Where it is used in ab-initio?