Endevor Attachment Initialization Procedure TAUENINI

The REXX procedure TAUENINI defines ISPF shared pool variables which are used in other REXX procedures. Review these variables and adapt the values to your site standards.

In addition, TAUENINI defines the JCL statements used for generating Endevor batch jobs.

Review the JCL statements and adapt the JCL to your site standards.

Following variables are of special interest:

Variable name

Description

#AREA Allowed values are SIMU or PROD.

The Endevor Attachment allows you to simulate the most important Workflow Manager Endevor actions. Use the value SIMU if Endevor is currently not installed. Otherwise use the value PROD which is the default value. By default the model application options exit parameter is used to pass this execution mode information to TAUENINI. The default model entry is PROD.

#SAMPDSN This variable is only relevant if the Endevor attachment is used in simulation mode, where #AREA has the value SIMU.

#SAMPDSN references a partitioned dataset which contains sample data used to simulate an Endevor repository.

#SEP This variable defines the parameter separator used in the Endevor model.

If you have to change this value it is necessary to change this value in the Endevor model XML file as well.

#HLQ2 This variable defines the second qualifier for temporary datasets used within the Endevor Attachment. See the description of the exit procedure TAUENXA1 to find more details about the usage of temporary datasets.
#APICLSE Allowed values are Y or N. Y is the default and Micro Focus does currently not recommend changing this value.

Setting the value N would mean that an Endevor API will not close the Endevor connection. By using the value N you must make sure that the REXX procedure TAUENEND is called before ISPF is closed in the z/Server user server.

It is recommended to keep the default values for the variables in the table unless your naming conventions inhibit it.