OSI/FTAM Programming Guide
Using FTM Procedure Calls
HP NonStop OSI/FTAM Programming Guide—528612-001
4-42
Setting Procedure Parameters
a. ZFTM-VAL-FADU-OP-INSERT specifies that the responder will insert the data
immediately before the FADU identified in fadu-id. This value is valid for
FTAM-2 files only.
b. ZFTM-VAL-FADU-OP-REPLACE specifies that the data will replace the FADU
identified in fadu-id. This value is valid for FTAM-1 and FTAM-3 files only.
c. ZFTM-VAL-FADU-OP-EXTEND specifies that the responder will append the
data being sent to the end of the FADU indicated in fadu-id. This value is
valid for FTAM-1 and FTAM-3 files only.
2. The fadu-id (ZFTM-DDL-FADU-ID) parameter allows you to identify the FADU to
write to the file. You can identify a FADU in one of these ways:
a. For FTAM-1, FTAM-3, and NBS-9 document types, use the ZFIRSTLAST field
of the ZFTM-DDL-FADU-ID data structure. The only value allowed is
ZFTM-VAL-FADUID-FIRST, which identifies the beginning of the first FADU
after the root FADU.
b. For FTAM-2 document types, use the ZBEGINEND field. The only value
allowed is ZFTM-VAL-FADUID-END, which identifies the end of the last FADU.
For an explanation of FADUs, see Section 2, ISO FTAM Concepts.