ProcessABC (Example of using the "process" extension) |
Top Previous Next |
This Wizard created “Process” template processes the records from the “People” file and add a random value from 1 to 5 to a “points” field, which is a 4-dimensioned field in the “People” file. Here you will see how to add the extension for the process. Simply enter using the “Extensions” button and insert the “JALExtFRProc” extension.
When using TopSpeed files, the speed of the process could be compromised.
The template included by FullRecord does not make use of Logout/Commit, as these commands could be used only once (cannot be nested). If you want to accelerate the process, you can manually include the Audit file in your LOGOUT statement, but keep in mind that LOGOUT locks the file, therefore in a multiuser environment all the others users will be locked until this process finished. You may use STREAM/FLUSH on the Audit file at the beginning of the process to achieve the same result. |