Content deleted Content added
No edit summary |
Format code snippets with <code> |
||
Line 11:
For all languages except [[PL/I]], the first parameter in a call is the ''Function Code'' — a four character field, examples being: “GU ” (Get Unique), “GN ” (Get Next), “REPL” (Replace), and “ISRT” (Insert). With PL/I, due to the way this language does not mark the last parameter with a '1' in bit 0, the first parameter must instead be a fullword (Fixed Bin(31)) containing the number of following parameters.
A typical call from a [[COBOL]] program might be
A typical call from a PL/I program might be
==References==
|