Procedure Specification
*.. 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+... 8
PName+++++++++++..T...................Functions++++++++++++++++++++++++++++
| Columns | Description |
| 1–5 | Sequence number |
| 6 | P
|
| 7-21 | Procedure name (optional if column 24 contains an E )
|
| 22-23 | (Reserved) |
| 24 | Begin/end procedure: B, E
|
| 25-43 | (Reserved) |
| 44-80 | Procedure keywords |
| 81–100 | Comments |
Procedure Keywords
EXPORT
| Makes a procedure available to be called by another procedure in another module. |
SERIALIZE
| Allows a procedure to run only in one thread at a time. |
Usage Conventions for syntax tables
Index | HomePage | Programming | RPG IV | Procedure Specification