![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
A number of options are available to you for determining the operational characteristics of your session. You can also require additional facilities to start a session. This section describes where to specify the options, the order of evaluation for these options, and the additional facilities you require.The following table describes where to specify the values for your session parameters and their order of evaluation, from highest to lowest:
Values Specified In… Priority of Evaluation Session startup string For PGM=S6BBATCH: specify on the EXEC card using PARM=‘session startup string’. Maximum 100 characters.For TIBCO Object Service Broker Call Level Interface: specify as fourth parameter to HRNHLLTM to STARTSS operation. Refer to Starting the Session – STARTSS. Session parameter input file The parameter input file must be allocated to DDname HRNIN. The profile of the TIBCO Object Service Broker user ID is used unless the session parameter NOPROFILE is specified. Installation default The installation default module is loaded from STEPLIB. The default configuration module name is S6BDRCB0, except when overridden by the CONFIGURATION Execution Environment parameter. Default supplied by TIBCO Object Service Broker
Optional partitioned data set containing load modules for user external routines. Sequential file containing the Execution Environment and session parameters. Optional APF authorized partitioned data set containing the load modules required to run the Execution Environment when STEPLIB is not APF authorized. Sequential print file containing the system message log after an error, including error messages and rules tracebacks. Sequential file containing print output generated by a rule with the PRT output medium, including reports, print tools, and TIBCO Object Service Broker tools such as PRINTTABLE. Partitioned data set containing the load modules required to run the Execution Environment.TIBCO Object Service Broker for z/OS Installing and Operating for more information on using HRNLIB to make sure that the TIBCO Object Service Broker load library is authorized.
//STEP1 EXEC PGM=S6BBATCH,PARM='TDS=S6BTEST',REGION=0M//STEPLIB DD DSN=S6B.TST.LOAD,DISP=SHR//HRNEXTR DD DSN=S6B.TST.LOAD,DISP=SHR// DD DSN=MYLIB.LOAD,DISP=SHR//HRNOUT DD SYSOUT=*//HRNPRNT DD SYSOUT=*//HRNIN DD *
• The user ID and password are explicitly specified in HRNIN with the U and P session parameters, setting the TIBCO Object Service Broker user ID to USERIDA. If they are omitted, the user ID is the external ID specified in the USER parameter on the JOB card (that is, USERIDB).
• The OFFLINE parameter specifies that this is a non-conversational session. It cannot issue DISPLAY or DISPLAY & TRANSFERCALL statements.TIBCO Object Service Broker Programming in Rules about the rules language statements and writing rules.TIBCO Object Service Broker Shareable Tools about the use of the tools.TIBCO Object Service Broker Parameters about parameters.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |