Refer to the WFL Programming Reference Manual for the complete syntax diagrams.
Explanation
The MODIFY command permanently changes the attributes within an object code file. You can use this command to add or change task attributes, file equations, library equations, and database equations that are compiled into an object code file.
The MODIFY command is processed by the Work Flow Language (WFL), not CANDE. The command (and any text appearing on the same line) is passed unedited to WFL.
For a more detailed explanation, refer to the MODIFY statement in the WFL Programming Reference Manual.
Example
The following example shows how to change the attributes of the object code file OBJECT/XREF. The attributes are changed so that subsequent runs of OBJECT/XREF have a priority of 55 and have the boolean attribute SW1 set to true.
MODIFY (JONES)OBJECT/XREF;PRIORITY=55;SW1;