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


Chapter 3 Setting Execution Environment Parameters : Specifying Session Parameters Using an Input File or a CLIST

Specifying Session Parameters Using an Input File or a CLIST
You can specify additional TIBCO Object Service Broker parameters using the DD statement HRNIN for all client styles, or a CLIST for TSO clients. The following sections describe the use of an input file. For information about using a CLIST refer to Using a CLIST to Invoke TIBCO Object Service Broker.
Format of the Input File
The data set associated with HRNIN can be sequential, partitioned, or instream. The format of HRNIN must be as follows:
Example of Instream Parameter List Using HRNIN in JCL

 
...
//STEP1 EXEC PGM=S6BBATCH,REGION=4M,
// PARM=(OFFLINE,'U=USERID,TDS=VTAMID')          > USER AND VTAM IDS
//STEPLIB DD DSN=S6B01.HURON.LOAD,DISP=SHR       > SHOULD CUSTOMIZE
//HRNOUT DD SYSOUT=*
//HRNPRNT DD SYSOUT=*
//HRNIN DD *                                     > RULE AND PARAMETERS
RULE=HLIPREPROCESSOR('COBOL','HURON','HURON AND COBOL SOURCE',
'COBOL ONLY SOURCE','HLL.HLLLIST','ERRORSTOP'),MSGLOGMAX=4M,
CHARSET=CDNB /* HRNIN comment */
/*

 

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