bdfs1m0y | Structured Programming Macros |
Use this macro group to pass control to another section of code.
The #GOTO macro group includes the following macros:
See #GOTO Macro Group Processing for a diagram that shows the processing flow of the #GOTO macro group.
Format
|
|
Entry Requirements
None.
Return Conditions
Programming Considerations
#@LBn EQU *
Where:
You can use the PREFIX parameter to change the standard link-label prefix.
See the TPFDF Programming Concepts and Reference for more information about the TPFDF macros.
In the following example, a conditional expression is used to control the exit processing.
#GOTO XSR1ERR1,IF,(LTR,R0,R0,Z) : * Code to process if R0 is not zero (the condition is false). : #LOCA XSR1ERR1 : * Code to process if R0 is zero (the condition is true). :
Related Macros