![]() Previous |
![]() Next |
The OKFORLIMIT option controls whether you can limit the dimension you are looping over within an explicit FOR loop.
Tip: To set the status of the dimension you are looping over in a loop that is generated by a REPORT statement, use a TEMPSTAT statement. |
Data Type
BOOLEAN
Syntax
OKFORLIMIT = {NO|YES}
Parameters
(Default) You cannot limit the dimension you are looping over within an explicit FOR loop.
You can limit the dimension you are looping over within an explicit FOR loop.
Examples