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


Chapter 3 Tools : HLIPREPROCESSOR

HLIPREPROCESSOR
Invokes a language pre-processor to run against COBOL source programs that contain embedded TIBCO Object Service Broker access statements or SQL statements. (C)
Invocation
CALL HLIPREPROCESSOR(hostlang, imbedlang, infile, outfile, listfile, options)
 
The name of the allocated, partitioned data set that is to contain the processed COBOL program. It can be passed to the COBOL compiler.
The name of a file to contain the listing of the output, if a listing is to be produced. It is not compiled. The argument listfile must be null if imbedlang is SQL.
One of the LIST and NOLIST options, and one of the ERRORSTOP and NOERRORSTOP options, must be specified. The argument options must be null if imbedlang is SQL.
See Also
TIBCO Object Service Broker for z/OS External Environments for information about using HLIPREPROCESSOR.

Exceptions
 
Raised if an error in processing is detected. In a batch job, it raises a completion code that prevents the next job step from executing.
 

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