Procedure Body [ SPL to HP C/XL Migration Guide ] MPE/iX 5.0 Documentation
SPL to HP C/XL Migration Guide
Procedure Body
See syntax for procedure-body and function-body in Table 8-2.
Table 8-23. Procedure Body
---------------------------------------------------------------------------------------------
| | |
| SPL | HP C/XL Equivalent |
| | |
---------------------------------------------------------------------------------------------
| | |
| Contains the local declarations and | Same as SPL. |
| statements of the procedure. | |
| | |
---------------------------------------------------------------------------------------------
| | |
| The end of the body generates an exit | Same as SPL. |
| instruction. Additional exit points may be | |
| specified with the RETURN statement. | Additional exit points may be specified |
| | with the return statement. |
| | |
---------------------------------------------------------------------------------------------
See also "RETURN Statement" and "Data Type" above.
MPE/iX 5.0 Documentation