TMF Application Programmer's Guide (H06.06+, J06.03+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmers Guide540139-009
5-111
Use of AWAITIOX
Example of linking with TMFARLB2 and ZCLIDLL:
ELD linkfile .. TMFARLB2 .. -o runfile -l ZCLIDLL .. other
required DLL’s.. -libname $vol.subvol.TMFARUL2”
ZCLIPDLL released in the H06.10 RVU and in subsequent releases, includes the
required exported procedures, and can be used instead of ZCLIDLL. This avoids the
use of C main.
Example of linking with TMFARLB2 and ZCLIPDLL:
ELD linkfile .. TMFARLB2 .. -o runfile -l ZCLIPDLL .. other
required DLL’s.. -libname $vol.subvol.TMFARUL2”
Use of AWAITIOX
AWAITIOX will not complete nowaited I/O calls started by TMFARLB2.
Table 5-6. Files Supplied With TMFARLB2 (T2781)
File Name Content
ARDECS2 External declarations (in TAL) for the audit-reading procedures.
ARDECSC2 External declarations (in C) for the audit-reading procedures.
ARDDL2, ARC2,
ARCOBOL2,
ARTACL2, ARTAL2
DDL source and corresponding data-definition files for C, COBOL85,
TACL, and TAL programs, respectively, that are going to call the
audit-reading procedures. These files each contain the following
sections:
FILESPEC and ARRECORD define the record formats.
ARTYPE-LITERALS contains the literals for record types.
ARVALUE-LITERALS contains the literals for special values of
certain fields and returned parameters.
AR-RETURN-CODES contains the literals for the return codes.
TMFARLB2,
TMFARUL2
Object files containing the ARLIB2 audit-reading procedures.