OSI/FTAM Programming Reference Manual

HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-1
4 FTM Procedures
This section provides detailed reference material for each FTM procedure. It includes
the following topics:
Files Provided by HP
The external declarations for the current version of the FTM, APS, and MFM
procedures are provided in the system files $SYSTEM.SYSTEM.EXTDECS0 (TAL
declarations) and $SYSTEM.SYSTEM.CEXTDECS (C declarations). For applications
coded in TAL, you must use the ?SOURCE directive for EXTDECS0 at the beginning of
the external procedures section of your program. For applications coded in C, you
must include CEXTDECS in your program before making any calls to the procedures.
The NonStop FTAM distribution subvolume ZOSIFTAM supplies three files containing
NonStop FTAM data declarations:
ZFTMTAL contains TAL declarations for NonStop FTAM data structures. You can
use the ?SOURCE directive to include these declarations in your TAL application
programs.
ZFTMC contains the C declarations for NonStop FTAM data structures. You can
use the #include directive to include them in C programs.
ZFTMDDL is the NonStop FTAM DDL source from which the ZFTMTAL and
ZFTMC declarations were produced.
The NonStop OSI/AS distribution subvolume ZOSIAPS supplies three files containing
OSI/AS data declarations:
ZAPSTAL contains TAL declarations for OSI/AS data structures used in
parameters of the procedure calls.
ZAPSC contains the C declarations for OSI/AS data structures used in parameters
to the procedure calls.
ZAPSDDL is the OSI/AS DDL source from which the ZAPSTAL and ZAPSC
declarations were produced.
For a detailed description of pertinent structures in ZAPSDDL and ZFTMDDL, see
Appendix A, DDL Definitions. For a description of all structures in ZAPSDDL, refer to
the OSI/AS Programming Manual.
Topic Page
Files Provided by HP
4-1
Procedure Names 4-2
Procedure Calls and Parameters 4-2
FTAM Protocol Dependencies 4-7
Procedure Call Descriptions 4-9