Error-Cond Line-Ref: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The "error-cond line-ref" parameter is replaced with one or more pairs of specifications. "Error-cond" is a specific error condition and "line-ref" is a line number or line la...") |
No edit summary |
||
Line 1: | Line 1: | ||
The "error-cond line-ref" parameter is replaced with one or more pairs of specifications. "Error-cond" is a specific error condition and "line-ref" is a line number or line label to which control should be transferred if that error occurs. See [[Error Conditions]] for more information. | The "error-cond line-ref" parameter is replaced with one or more pairs of specifications. "Error-cond" is a specific error condition and "line-ref" is a line number or line label to which control should be transferred if that error occurs. See [[Error Conditions]] for more information. | ||
For example: | |||
...EOF donereading... | |||
When the program runs this statement and comes to an [[EOF|End of File]] error, it will transfer to the line labeled "donereading". | |||
<noinclude> | <noinclude> | ||
[[Category:All Parameters]] | [[Category:All Parameters]] | ||
</noinclude> | </noinclude> |
Latest revision as of 18:30, 18 July 2013
The "error-cond line-ref" parameter is replaced with one or more pairs of specifications. "Error-cond" is a specific error condition and "line-ref" is a line number or line label to which control should be transferred if that error occurs. See Error Conditions for more information.
For example:
...EOF donereading...
When the program runs this statement and comes to an End of File error, it will transfer to the line labeled "donereading".