Answer Posted / 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 |
Post New Answer View All Answers
Tell us about the architecture of abinitio.
Mention what are the different types of parallelism used in abinitio?
How would you find out whether a sql query is using the indices you expect?
How co> operating system natively processes the data?
What is the function that transfers a string into a decimal?
What is data mapping and data modelling?
Can anyone give me an exaple of realtime start script in the graph?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
Define ramp limit in ab initio?
How can I run the 2 gui merge files?
What exactly do you understand with the term data processing and businesses can trust this approach?
How abinitio eme is segregated?
What do you mean by the term data warehousing? Is it different from data mining?
What are differences between different versions of co-op?
How to insert/update a csv file by comparing it with another csv file? for example, i have 2 input files : ColA ColB ColC 1 A AA 2 B AB 3 C CC and second one : ColA ColB ColC 2 B BB 4 D DC Job should compare these 2 files and update the records present in first input file. so the output file will look like this: ColA ColB ColC 1 A AA 2 B BB 3 C CC 4 D DC