![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
To override any default parameters defined in the Native Execution Environment option module, specify them by the HRNIN DD statement or on the EXEC statement via the JCL keyword PARM= of member NATIVEEE (batch job) in the JCL data set.The Native Execution Environment can be executed as a batch job or a started task. It must execute from an authorized data set. For more information on making the load library authorized, see Configuring Authorized Libraries.Member NATIVEEE in the JCL data set can be used to start the Native Execution Environment as a batch job. Customize the JCL and then submit it. The Execution Environment initializes and waits for VTAM login requests from terminal users.Member NATIVEEE in the JCL data set can be used to create a Native Execution Environment started task. Complete the following steps:
2. Modify the member as appropriate to create a started task and copy it to a system JCL procedure library.
3. Issue the z/OS START command from a system console.An example of the command required is given below. It assumes that the name of the started task is NATIVEEE:The procedure NATIVEEE starts, and the Native Execution Environment initializes and waits for VTAM login requests from terminal users.Use the EENAME= initialization parameter as the name of the Native Execution Environment you want to log in to. Two examples of the VTAM LOGON command are shown below. The one you use depends on how the VTAM USSTAB entries are coded:
Defines the MDL parameter value specified when the Native Execution Environment was initialized. Specifies the user ID that the Native Execution Environment uses to create an Execution Environment session. There is no default. A valid TIBCO Object Service Broker user ID must be specified. Optional: Specifies the password of the user ID that is specified by U= parameter. If P=password is not specified, the user is prompted for a password.Other session parameters can be specified using the DATA parameter of this command. VTAM restricts the length of the DATA parameter string to 64 characters.To stop a Native Execution Environment, use the z/OS STOP or MODIFY commands. The following shows an example of each:In these examples, NATIVEEE is the name of the batch job or started task used to start the Native Execution Environment.To print output generated from a Native Execution Environment, the 'MVS,SPOOLSTRIP' @SCHEDULEMODEL table instance must be modified as explained in Customization of the TIBCO Object Service Broker @SCHEDULEMODEL Table.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |