Local LABEL Declarations [ SPL to HP C/XL Migration Guide ] MPE/iX 5.0 Documentation
SPL to HP C/XL Migration Guide
Local LABEL Declarations
See "LABEL Declaration" for further details.
Table 8-18. Local LABEL Declaration
---------------------------------------------------------------------------------------------
| | |
| SPL | HP C/XL Equivalent |
| | |
---------------------------------------------------------------------------------------------
| | |
| label-declaration: | No equivalent. |
| | |
| LABEL label-id [,...] ; | |
| | |
---------------------------------------------------------------------------------------------
| | |
| Declaration of labels is optional. | Labels are not declared. |
| | |
| | Remove the SPL label declarations. |
| | |
---------------------------------------------------------------------------------------------
| | |
| The scope of a local label is the | Same as SPL. |
| procedure. | |
| | |
---------------------------------------------------------------------------------------------
MPE/iX 5.0 Documentation