The FOR parameter may have one of the following values:
|
LIST_MAPs defined as OUTPUT or BOTH will be forwarded to the subsequent webpage if the SRVROUTINE has a Response of *WebPage.
Specifies the names of the working list used in the LIST_MAP.
When the SRVROUTINE is executed it is not necessary to use the same working list or definition in both the caller and the SRVROUTINE. LIST_MAPs use name matching to move the data between the caller and the SRVROUTINE. Provided the same field is specified somewhere in both working lists, the data will be passed.
Fields not specified in both will remain unaffected.
Use the DESC parameter to write a brief description for the SRVROUTINE. It can be 40 characters long. By default, this description will be displayed in the Feature Help (F2) for the routine.
256 byte string used to document the routine.
PAREMETER_NAME allows for a more meaningful name to be provided for the parameter.
Rather than being limited to the name of the variable being used in the map, PARAMETER_NAME is used to make the parameter more readable when used. This is particularly useful for older systems where short field names and internal variables names are may not be overly user friendly.