Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

FOR Initiate FOR block

The FOR command initiates a FOR block, which subsequently ends with the /END-FOR command. The entire construct is a FOR loop.

FOR

<composed-name 1..255> = list-poss(2000): *LIST(...) / *COUNTER (...) / <text 0..1800 with-low-expr>


*LIST(...)




LIST-NAME = <composed-name 1..255>


*COUNTER(...)




FROM = <text 0..1800 arithm-expr>




,TO = *UNLIMITED / <text 0..1800 arithm-expr>




,INCREMENT = 1 / <text 0..1800 arithm-expr>

,CONDITION = *NONE / <text 0..1800 with-low bool-expr>

Return codes

(SC2)

SC1

Maincode

Meaning


0CMD0001No error

1CMD0202Syntax error

1SDP0118Command in false context

1SDP0223Incorrect environment

3CMD2203Incorrect syntax file

32CMD0221System error (internal error)

64SDP0091Semantic error

130SDP0099No further address space available