Page History
[ |../../index.htm#lansa/rdml_loop.htm]
You are here:
...
Loop Commands
Commands | Description | IBM i | Windows | Linux | RDML | RDMLX | VLWeb Client | Notes |
|---|---|---|---|---|---|---|---|---|
Begin a processing group | Y | Y | Y | Y | Y | Y |
Do until a condition is true. | Y | Y | Y | Y | Y | Y |
Do while a condition is true. | Y | Y | Y | Y | Y | Y |
End a processing loop | Y | Y | Y | Y | Y | Y |
Ends a FOR loop. | Y | Y | Y | N | Y | Y |
End a DOUNTIL loop | Y | Y | Y | Y | Y | Y |
End a DOWHILE loop | Y | Y | Y | Y | Y | Y |
Enables the definition of a looping block of code. | Y | Y | Y | N | Y | Y |
Keep average of fields | Y | Y | Y | Y | Y | N |
Keep count of fields | Y | Y | Y | Y | Y | N |
Keep maximum of fields | Y | Y | Y | Y | Y | N |
Keep minimum of fields | Y | Y | Y | Y | Y | N |
Keep total of fields | Y | Y | Y | Y | Y | N |
Continue next iteration of loop | Y | Y | Y | Y | Y | Y |
...