ISPF Command tools call a procedure or a program in an ISPF environment. In order to interact correctly with the AWM interface, the ISPF tools must observe certain implementation rules, see Attaching ISPF Tools for more information.
Attribute | Type | Description |
---|---|---|
Invocation Form [M] | Selection | Determines how a procedure or program is called in the ISPF environment. Valid values are:
|
Program ID [M] | String | Name of the procedure (REXX, CLIST) or program. |
Run_As_Job | Selection | Determines whether the tool is executed online or as batch job. Valid values are:
See Batch Execution for more information. |
After_Job_Action [O] | ActionDescriptor | Only enabled when "Run As Job" is set to "Tool Job" or "Model Job".
References a modeled action which can be executed when the corresponding job has ended. The action is added to the context menu of the job in the Jobs view. See Batch Execution for more information. |
Tool input and output parameters have to be defined corresponding to the expected input and output parameters of the attached ISPF tool.