Local Extension for the Process (JALExtFRProc) (ABC only) |
Top Previous Next |
This extension is inserted in a “Process” type procedure on any file, so the record read inside the process will be read into the audit buffer. Normally when you use any reading ABC statement like NEXT, PREVIOUS, etc. the buffer is automatically saved so later the system can save the record read before the modified one, but the “Process” template from the ABC chain does not seem to be using any ABC statement to read the records. Therefore, the read must be manually registered. Adding this extension you do not need to write the manual call to fill the buffer, it will be done automatically.
|