The World's Leader in IBM iSeries Software Solutions
Logic Operands
| IF |
variable |
comparison |
value |
| AND |
variable |
comparison |
value |
| OR |
variable |
comparison |
value |
| THEN |
variable |
operation |
value |
| ELSE |
- |
- |
- |
| |
variable |
operation |
value |
| END |
- |
- |
- |
Comparisons
| EQ |
Equal |
NE |
Not equal |
| CT |
Contains |
DC |
Doesn't contain |
| GT |
Greater than |
LT |
Less than |
| GE |
Greater than or equal to |
LE |
Less than or equal to |
| INTABLE |
In OPAL table |
| NOTINTABLE |
Not in OPAL table |
| INLIST |
Recipient in distribution list |
| NOTINLIST |
Recipient not in distribution list |
OPAL Values
| OPAL Variable |
Value |
| BUNDLE |
Bundle Code |
| DAY |
Day of week (Mon=1) |
| DAYMTH |
Day number in month |
| DISTTYPE |
Distribution Type |
| FIRSTLINE |
Is this the first line? |
| FORMTYPE |
Form type from the report |
| JOB |
Job name |
| JOBNUMBER |
Job number |
| LASTDAY |
Last date of the month |
| LASTLINE |
Is this the last line? |
| LASTPAGE |
Last page number of the report |
| LINENBR |
Line number |
| OUTQ |
Output queue where report is |
| OUTQLIB |
Output queue library |
| PAGENBR |
Page number |
| RCPPRF |
Recipient user profile |
| RECIPIENT |
Recipient name |
| REPORTNAME |
Report name |
| REPORTSET |
Report set |
| SEGMENT |
Segment name |
| SPLNAME |
Spooled file name |
| SPLNBR |
Spooled file number |
| STSINC |
Currently in Include Line mode? |
| SYSDATE |
System date |
| SYSTEM |
System name |
| SYSTIME |
System time |
| TEXT |
Text from the report line |
| USRCNTn |
User-defined numeric (n =1-5) |
| USRDTA |
User data from the report |
| USRFLDn |
User-defined field (n =1-5) |
| USRFLGn |
User-defined flag (n =1-5) |
| USRLONGn |
Longer character variable (n =1-5) |
| USRNBRn |
User-defined numeric (n =1-5) |
| WEEKNO |
Week number |
| WORKDAY |
Workday or not |
Operation Values
| * |
Comment text |
| ADD |
Amount to increment |
| ADDNOTE |
Note to add to segment |
| BCAT |
Value to concatenate |
| CALLRP |
Robot/REPORTS program to call |
| CAT |
Value to concatenate |
| CHGTO |
New value |
| DELAY |
Number of seconds |
| ENDEXCLIN |
None (ends excluding lines) |
| ENDEXCPAG |
None (ends excluding pages) |
| ENDINCLIN |
None (ends including lines) |
| ENDINCPAG |
None (ends including pages) |
| EXCLIN |
None (excludes this line) |
| EXCNXTLIN |
Number of lines to exclude |
| EXCPAG |
None (excludes this page) |
| EXCPRVLIN |
Number of lines to exclude |
| EXCREPORT |
None (excludes this report) |
| EXECUTE |
Command to execute |
| GOTO |
TAG statement |
| HILITE |
F4 (select color to highlight) |
| INCLIN |
None (includes this line) |
| INCNXTLIN |
Number of lines to include |
| INCPAG |
None (includes this page) |
| INCPRVLIN |
Number of lines to include |
| INDEX |
Index name for this set of columns |
| PAGE |
F4 (enter message) |
| QUIT |
None (ends all processing) |
| QUITPAGE |
None (quits processing this page) |
| RBTBCHUPD |
F4 (displays RBTBCHUPD panel) |
| RBTCHGRSV |
New value |
| SKIP |
None (skip report distribution) |
| SNDMSG |
F4 (enter message to send to queue) |
| SNDRBTDTA |
F4 (enter user job name and status) |
| STREXCLIN |
None (starts excluding this line) |
| STREXCPAG |
None (starts excluding this page) |
| STRINCLIN |
None (starts including this line) |
| STRINCPAG |
None (starts including this page) |
| SUB |
Value to subtract |
| TAG |
Tag name |
Updated Nov. 21, 2003