Previous Topic: Create, Store, Start, and Stop ACL/E ProgramsNext Topic: Stop ACL/E Program


Start ACL/E Program

To start an ACL/E program manually, you issue the ACL/E start command. To do this, type the CA TPX command character, an S, a blank, and the name of the ACL/E program, and then press the command key. If, for example, your command character is the slash (/) and your command key is PF12, you would start an ACL/E program called ACLHELP in the current session by typing the following command and then pressing PF12:

/S ACLHELP

Note: All examples in this tutorial use the slash (/) as the command character.

To start an ACL/E program in another session, you include that session's session ID in the command. For example, if you are in the TSOA session and you want to start the ACL/E program ACLHELP in the CICSA session, you would type the following command and then press the command key:

/S CICSA ACLHELP