![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Task A Call HLIPREPROCESSOR with the appropriate arguments
• Call HLIPREPROCESSOR from within a rule, for example:
• RULE=HLIPREPROCESSOR('COBOL','SQL','HUR01.COBOL.SRCIN(COBSQL1)', 'HUR01.COBOL.SRCOUT(COBOST1)','','');Refer to the members JCLOSTMT and JCLSQL in the JCL data set for sample RULE=HLIPREPROCESSOR statements coded into JCL.Task B Compile and link the programCompile and link the program. Refer to the members JCLOSTMT and JCLSQL in the JCL data set for sample JCL to assist you in this procedure.Place the compiled and linked code load module into a library concatenated to the DD statement HRNEXTR.You must identify the program and its load module name to TIBCO Object Service Broker through an entry in the ROUTINES table. If the program has arguments, specify these in a table instance of the ARGUMENTS table. You must have adequate security clearance to insert data into these tables before editing them.Refer to Identifying Your External Routine to TIBCO Object Service Broker for information about the ROUTINES and ARGUMENTS table.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |