The following adaptations are of special importance:
REXX Procedure | Description |
---|---|
TAUZCAPP | If the Endevor attachment is used within Enterprise Developer with MFA server, adjust the reference to the location of the master configuration file, as required. |
TAULAPPL | If the Endevor attachment is used within IBM Developer for z Systems with the IBM RSE daemon as server, adjust the reference to the location of the master configuration file, as required. |
TAUTOXA1 | Tool interface exit, you may use this exit for dynamic allocations or to set the ISPF environment variables that your specific
Endevor application requires to run.
Note: You must add a call of the procedure TAUENINI shipped with the Endevor Attachment in TAUTOXA1.
To minimize the number of calls during a user task session, add the following statements somewhere after the variable TAUTOALC has been retrieved from the ISPF shared pool: Call ISPF '8 VGET (TAUTOALC) SHARED' …. /* Endevor Init */ Call ISPF '8 VGET (#ALLVAR) SHARED' If Result = 0 Then Do If tautoalc /= p_parm Then Call REXX '0 TAUENINI' p_parm End Else Call REXX '0 TAUENINI' p_parm /* End of Endevor Init */ |
Skeleton Name | Description |
---|---|
TAUTOXJC | Skeleton for Batch-Support.
Define a default Job Card. The Endevor Attachment uses this skeleton if the user submits an Endevor batch job. |
See Workflow Manager Modeling Guide for more information on general adaptations.