Two successive labels on consecutive rows cause error
petersobolev opened this issue · 1 comments
petersobolev commented
....
qq:
nextblock:
....
returns error:
<1> 0174 - nextblock:
***** Invalid continuation for label
(xas 1.5.0)
endlos99 commented
This is a restriction of so-called continuation labels, i.e., labels with a ":". Unfortunately, you cannot have two of them in a row if no statement is present.
The easy solution, however, is to simply drop the ":" at the end of the label.
If you want to learn about the difference between "label" and "label:", please check the manual for "label continuations".