Pathmaker Reference Manual
REQUESTER Statement
Pathmaker Application Definition Language (PMADL)
2–40 067869 Tandem Computers Incorporated
PASS
name
Specifies a reference object to be passed as a parameter to the requester
called by the action in the target application. The reference object must be
defined in the current requester.
TO
name
Specifies the name of the formal parameter in the called requester to
receive the reference object. The formal parameter must be defined as
a parameter in the called requester, and have the same type as the
reference object.
BEFORE-DISPLAY
Specifies that the contents of the reference object displayed to the
application user are to be passed to the called requester.
AFTER-DISPLAY
Specifies that the contents of the reference object updated by the
application user are to be passed to the called requester. This is the
default.
SEND
name
Specifies a SEND action to be performed.
PASS
qualname
Specifies a reference object or field that is to be passed to the service or
returned by the service invoked by the action in the target application.
The reference object or field must be defined in the requester.
TO
name
Specifies the name of a request message element in the service that
receives the reference object or field. The message element must be
defined as a request message element in the service, and have the
same type as the reference object or field.
BEFORE-DISPLAY
Specifies that the contents of the reference field displayed to the
application user are to be passed to the service. BEFORE-DISPLAY
can be specified only if the field is being passed to a request element in
the service.