endlos99/xdt99

Two successive labels on consecutive rows cause error

petersobolev opened this issue · 1 comments

....
qq:
nextblock:
....

returns error:
<1> 0174 - nextblock:
***** Invalid continuation for label

(xas 1.5.0)

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".