Pathmaker Messages Manual
Pathmaker Messages
067870 Tandem Computers Incorporated 2–17
Base requester screen must include an @ADVISORY pseudofield
Cause. A requester object description specifies a paging area or screen elements, but it
does not specify an @ADVISORY pseudofield. The @ADVISORY pseudofield is
required if the requester has a screen.
Issued by PMADL.
Effect. The requester description is not stored in the catalog.
Recovery. Add a PSEUDOFIELD attribute for @ADVISORY to the requester object
description.
Before-Image Host Variable name is COBOL reserved word
Cause. COBOL reserved words cannot be used as Before-Image Host Variable name.
Effect. Operation fails.
Recovery. Choose another name and repeat the operation.
Before images not allowed for reply parameters
Cause. You specified
B
in the B/A (before-image/after-image) field for a reply
parameter. Reply parameters appear on the SEND Parameter Definition screen in
Field of Reference Object fields labeled RECV.
Issued by the Pathmaker product.
Effect. Update fails.
Recovery. A before-image is the value saved after the most recent successful SEND. If
there is not a previous SEND, the before-image is the initial value of the data field. A
reply parameter cannot logically contain a before-image. You must change
B
to
A
for
all reply parameters to update this screen.