Function
Used by the macro SETUPRES to implement an edit to a source file.
Parameters
| %A | Available for use |
| %B | Username containing source files |
| %C | Filename for edit |
| %D | Generation of the old file |
| %E | Generation of the new file |
Forbidden contexts
NO USER, BREAK IN
Execution
Standard version: The macro inplements the edit for %B.%C(%D) to %B.%C(%E) using an edit file set up by SETUPRES. The new file will be checksummed by use of the FILECHECK macro and if an error is found, the new file will be erased to allow the same SETUPRES run to be repeated once the error in the edit has been rectified.
User modifications: Comments are included in the macro to aid users to make their own modifications such as erasing old files or applying the edit to their own modfications source files.
Note that when erasing the old file that the latest generation issued on the source tapes or in software notices is required for subsequent edits.
Error Messages
INPUT FILE NOT AVAILABLE:- file description
SOURCE CHECKSUM ERROR:- file description
ERROR IN MACRO