OSI/FTAM Programming Guide
Using FTM Procedure Calls
HP NonStop OSI/FTAM Programming Guide—528612-001
4-16
Grouping Control
bar separating services in parentheses indicates that either but not both of the
enclosed services must be included in the sequence. The group letters A through E are
used for consistency with those defined in ISO 8571.
Table 4-7 lists the valid procedure-call primitive groups for the four supported FTAM
service classes. Note that grouping is optional for the file-access service class.
Table 4-6. Grouping Control Limitations
Groups Procedure-Call Primitive Sequences
A F-BEGIN-GROUP
( F-SELECT | F-CREATE )
[ F-READ-ATTRIB ]
[ F-CHANGE-ATTRIB ]
F-OPEN
F-END-GROUP
B F-BEGIN-GROUP
F-CLOSE
[ F-READ-ATTRIB ]
[ F-CHANGE-ATTRIB ]
( F-DESELECT | F-DELETE )
F-END-GROUP
C F-BEGIN-GROUP
( F-SELECT | F-CREATE )
[ F-READ-ATTRIB ]
[ F-CHANGE-ATTRIB ]
( F-DESELECT | F-DELETE )
F-END-GROUP
D F-BEGIN-GROUP
( F-SELECT | F-CREATE )
[ F-READ-ATTRIB ]
[ F-CHANGE-ATTRIB ]
F-END-GROUP
E F-BEGIN-GROUP
[ F-READ-ATTRIB ]
[ F-CHANGE-ATTRIB ]
( F-DESELECT | F-DELETE )
F-END-GROUP
Table 4-7. Valid Procedure-Call Primitive Groups for FTAM Service Classes
FTAM Service Classes Valid Procedure-Call Groups
File Transfer A, B
File Management C
File Transfer and Management A, B, C, D, E
File Access A, B, C, D, E