Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Initializing and Testing the Native Execution Environment : Testing the Native Execution Environment

Testing the Native Execution Environment
Start a Native Execution Environment
Overriding Default Parameters
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.
Executing the Native Execution Environment
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.
Starting the Native Execution Environment as a Batch Job
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.
Starting the Native Execution Environment as a Started Task
Member NATIVEEE in the JCL data set can be used to create a Native Execution Environment started task. Complete the following steps:
1.
2.
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:
   S NATIVEEE<Enter>
The procedure NATIVEEE starts, and the Native Execution Environment initializes and waits for VTAM login requests from terminal users.
Log In to a Native Execution Environment
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:
In these examples, the following parameters are specified:
 
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.
Specifying Other Session Parameters
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.
Stop the Native Execution Environment
To stop a Native Execution Environment, use the z/OS STOP or MODIFY commands. The following shows an example of each:
P NATIVEEE
F NATIVEEE,SHUTDOWN
In these examples, NATIVEEE is the name of the batch job or started task used to start the Native Execution Environment.
Modify @SCHEDULEMODEL to Enable Printing
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
Copyright © TIBCO Software Inc. All Rights Reserved