Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-12
Class ServerReplyCode
Description
Equivalent to the REPLY CODE
reply-code-value
YIELDS
identifier-2
clause of the SCREEN COBOL SEND statement. This method is called once for each
reply-code-value
in the YIELDS clause.
Parameters
Side Effects
Sets the value of ScobolLib.terminationStatus.
Method addReplyCode (Multiple Data Identifiers)
Syntax
public void addReplyCode (Integer replyCode,
int terminationStatus,
ScobolType[] identifier)
Description
Equivalent to the REPLY CODE
reply-code-value
YIELDS
{
identifier-2
}
...
clause of the SCREEN COBOL SEND statement. This method
is called once for each
reply-code-value
in the YIELDS clause.
replyCode Equivalent to
reply-code-value
in the YIELDS
clause of the SEND statement. If null, this is the same
as REPLY CODE OTHER.
terminationStatus The value to which
ScobolLib.terminationStatus is to be set when
the server’s reply code matches the value of
replyCode.
identifier Equivalent to
identifier-2
in the YIELDS clause.