Previous Topic: ACL/E ProgramsNext Topic: Interrupt ACL/E Programs


Use the /S Command

To execute an ACL/E program, issue the following command:

/S sessid program data

The operands in this command have the following meanings:

sessid

Specifies the session you want the program to execute in. This is an optional operand. If you do not specify a session, the program executes in the current session.

program

Specifies the program you want to execute.

data

Specifies data required by the program. The data should not be in quotes. Use this operand only if the program requires data.

Note: For information on writing an ACL/E program, see the ACL/E Programming Guide.