Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.18. Error 21 - Invalid data on end of clause.
Explanation:
A keyword instruction or a directive is followed by a token other than a comment.
The associated subcodes are:
900
message
.
901
Data must not follow the NOP keyword; found "
data
".
902
Data must not follow the SELECT keyword; found "
data
".
903
Data must not follow the NAME trap name; found "
data
".
904
Data must not follow the condition name; found "
data
".
905
Data must not follow the SIGNAL label name; found "
data
".
906
Data must not follow the TRACE setting; found "
data
".
907
Data must not follow the LEAVE name; found "
data
".
908
Data must not follow the ITERATE name; found "
data
".
909
Data must not follow the END name; found "
data
".
911
Data must not follow the NUMERIC FORM specification; found "
data
".
912
Data must not follow the GUARD OFF specification; found "
data
".
913
Data must not follow the ::CONSTANT value; found "
data
".
914
Data must not follow the ::RESOURCE directive; found "
data
".
Prev
C.1.17. Error 20 - Symbol expected.
Up
Home
Next
C.1.19. Error 22 - Invalid character string.