[
|../../index.htm#lansa/ugub_20008.htm]
You are here:
This display results when:
|
|---|
Rule |
Level |
Order To Process |
|---|---|---|
RULE01 |
Dictionary |
100 |
RULE02 |
Dictionary |
200 |
RULE03 |
File |
20 |
RULE04 |
Dictionary |
50 |
RULE05 |
File |
10 |
ADD |
When information is added (inserted) to the database. |
ADDUSE |
When information is added, and the field is actually specified/used in the INSERT command being executed. |
CHG |
When information is changed (updated) in the database. |
CHGUSE |
When information is changed, and the field is actually specified/used in the UPDATE command being executed. |
DLT |
When information is deleted (removed) from the database. |
Range values are checked for type and length compatibility. System does NOT check "from" value is less than "to" value.
If Field Is in Range of Values Above
Mandatory. Pre-filled to NEXT. Specifies what is to happen if the field is found to be in one of the ranges specified. Allowable values are:
NEXT |
Field is "okay". Proceed to next rule for this field. |
ERROR |
Field is in error. Issue error message described below. |
ACCEPT |
Field is okay. Bypass all other rules for this field. |
Else Field Is NOT in Range of Values Above
Mandatory. Pre-filled to ERROR. Specifies what is to happen if the field is NOT found to be in one of the ranges specified. Allowable values are:
NEXT |
Field is "okay". Proceed to next rule for this field. |
ERROR |
Field is in error. Issue error message described below. |
ACCEPT |
Field is okay. Bypass all other rules for this field. |
Error Message Number, File and Library
Optional. Specify either error message number, file and library or error message text, (refer text) but not both. Error message files and error message numbers are a native part of the IBM i operating system. Refer to the IBM supplied Control Language Reference Manual for details. CL commands involving message files include CRTMSGF and ADDMSGD.
If you are working on an IBM i, you can directly edit the message details from this screen panel. Enter as much of the message details as is known and use the function key labeled "Work Msgd" (Work Message Description). This will cause a WRKMSGD command to be executed, using as much of the supplied message details as is possible. This operating system facility will allow you to create or edit the message details. Upon completion of the WRKMSGD command, this screen panel will be redisplayed, unchanged, to allow you to proceed.
Do not store user defined messages in, or modify "shipped" messages in, the LANSA message file DC@M01 via this or any other message file editing facility. It is regularly replaced by new version or PC (program change) installations.
Text
Optional. If you do not wish to use an error message file (refer to Error Message Number, File and Library) to store the message text, then you may enter the text of the error message to be displayed directly. If this facility is used then the message will have no second level text associated with it. Refer to Messages and the Help Key.
If neither an error message number, file and library nor error message text is specified LANSA will insert a default error message number, file and library as the error message. These default messages are "general purpose" and do not provide much detail about the specific cause of the error.
[
|../../index.htm#lansa/ugub_20008.htm]