The rules table must adhere to the following conventions regarding its syntax, structure, and contents:
For example:
APPLNAME('ABC+ D')
results in 'ABCD', and
APPLNAME('ABC- D')
results in 'ABC D'.
FORMAT('ABC') | 3 significant characters | |
FORMAT(ABC) | 3 significant characters | |
FORMAT('A') | 1 significant character | |
FORMAT(A) | 1 significant character | |
FORMAT(' ') | 1 significant character |
These parameters are invalid because they contain no significant characters:
FORMAT('') | |
FORMAT( ) | |
FORMAT() | |
FORMAT |
MSGTYPE(2) | Only reply messages are eligible | |
MSGTYPE(*) | Any message type is eligible | |
MSGTYPE('*') | Any message type is eligible |
'ABCDEFGH' | 8 characters | |
'A*C*E*G*I' | 5 characters excluding asterisks | |
'*A*C*E*G*I*K*M*O*' | 8 characters excluding asterisks |
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
amqzag06103 |