Function | (F code) | Meaning |
ADD | (X'08') | Incorporate a file as a member |
CLOSE | (X'13') | Close a member |
CLOSLIB | (X'1C') | Close a library |
COPY | (X'0A') | Copy a member |
COPYLIB | (X'1B') | Copy a library |
COPYSTR | (X'0B') | Copy a delta tree |
DEL | (X'07') | Delete a member |
END | (X'02') | Terminate subroutine access |
GET | (X'11') | Read a record |
GSYSELEM | (X'1F') | Read a member specification from a system variable |
INIT | (X'01') | Initiate subroutine access |
LOCK | (X'0C') | Lock a member |
LST | (X'14') | Output a member to SYSLST |
MODEA | (X'1A') | Modify member attributes |
MODEP | (X'15') | Modify member protection |
MODLA | (X'16') | Modify library attributes |
MODTA | (X'18') | Modify type attributes |
OPENGET | (X'0E') | Open a member for reading |
OPENPUT | (X'0F') | Open a member for writing |
OPENUPD | (X'10') | Open a member for reading and writing |
PROVIDE | (X'1D') | “Borrow” a member from a source library |
PUT | (X'12') | Write a record |
REN | (X'06') | Rename a member |
REORGLIB | (X‘20‘) | Reorganize a library |
RETURN | (X'1E') | “Return” a member of a source library |
SEL | (X'09') | Output a member to a file |
SHOWLA | (X'17') | Show library attributes |
SHOWTA | (X'19') | Show type attributes |
TOC | (X'05') | Continue TOCPRIM or TOCSEC |
TOCPRIM | (X'03') | Search for a member in the primary directory |
TOCSEC | (X'04') | Search for a member in a secondary directory |
UNLOCK | (X'0D') | Release a member that was locked |