Perform Command

 

The command line for the perform logic contains a reference to a (ProvideX) program name followed optionally by an entry label. The command line can also contain the name of a non-Sage 100 executable file. The folder path names must be provided as necessary to find the specified file. For example, ../VI/VIWTST;CLEAR_FILES runs a routine called CLEAR_FILES in the ProvideX program named VIWTST, which is found in the MAS90/VI folder.

ProvideX programs referenced by perform logic must either be a standard logic that has been assigned automatically by the system or a new program created by a qualified Master Developer using specific guidelines.

When using an external executable file as a perform logic, you can specify whether you want the import job to wait until the external routine is completed or to continue without waiting. To wait for the external program, type ~ followed by the exe command. To continue without waiting, type * followed by the exe command.

For more information, see Using Perform Logic.