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

Table Of Contents
SCREEN COBOL Features Not Supported for Web
Conversion
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
B-4
RESTART-TRANSACTION The converter generates an error
and continues converting the rest of
the program. The converted Java
code contains a non-compilable
statement.
Either remove the non-
compilable statement
from the converted
code or remove the
RESTART-
TRANSACTION
statement from the
SCREEN COBOL
source program.
SCROLL This statement applies only to 6510
terminals, which are not supported
for conversion. The converter
generates a warning and continues
converting the rest of the program.
The converted Java code contains
the warning statement as a
comment. The converted code will
compile, but the effect of the USE
statement is not provided by the
converted code.
No corrective action
needed.
SEND MESSAGE The Intelligent Device Support (IDS)
feature is not currently supported for
conversion. The converter
generates an error and continues
converting the rest of the program.
The converted Java code contains a
non-compilable statement.
Either remove the non-
compilable statement
from the converted
code or remove the
SEND MESSAGE
statement from the
SCREEN COBOL
source program.
TERMINAL IS
unsupported-type
Conversion is supported only for
program units with terminal types
T16-6520, T16-6530, T16-6540,
and IBM-3270. The converter
generates an error and continues
converting the rest of the program.
The converted Java code contains a
non-compilable statement.
The program unit
cannot be converted.
Table B-1. Web Conversion Support Limitations (page 3 of 4)
SCREEN COBOL Feature Converter Action
Recommended
Corrective Action