Delete a Record from Multifile

How to delete a record from a multifile?

Questions by stalin tenali

Showing Answers 1 - 6 of 6 Answers

SP

  • Jun 5th, 2017
 

a. Build a duplicate graph with the same logic that processes the file
b. Select Never Abort for that component where a failure may occur.
c. Arrange Reject port for that component and run the graph by generating output to temporary multifile.
d. Generated multifile will not contain the malformed records.

  Was this answer useful?  Yes

Sandeep

  • Sep 10th, 2017
 

Linux command:
vi `m_expand -native file_name`
it will expand the control file and allow us to edit in all partition.

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