What is idms-restart ?

Showing Answers 1 - 6 of 6 Answers

vineet

  • Jul 12th, 2007
 

The idms-restart is a record which will keep track of the number of records(& its data) processed before a particular program abends.
The restart record has a calc key which is nothing but the program name.
If the program abends because of any reason like deadlock/bad data etc, the restart record will have all the info. upto last record processed.
You should rerun the program so that it will start processing from the next record.(it will not process all the record from rec no.1)
This is very useful in idms if the input file has large no. f records.
The program should handle the erasing of restart record if there is successful execution.

  Was this answer useful?  Yes

anonymous

  • Jan 5th, 2012
 

This isnt a feature provided with the IDMS product. Wish it were!

  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