Pathway/iTS Web Client Programming Manual (G06.24+)
SCREEN COBOL Features Not Supported for Web
Conversion
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
B-4
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.
TERMINALINFO The converter generates an error and
continues converting the rest of the
program. The converted Java code
contains a non-compilable
statement.
Evaluate the use of the
TERMINALINFO
statement and modify
the converted code or
the SCREEN COBOL
source program
accordingly.
TRANSFORM statement
involving transfer of data to
or from a Message Section
data item
Statements involving the Message
Section are not supported. 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
TRANSFORM
statement from the
SCREEN COBOL
source program.
USE FOR SCREEN
RECOVERY,
USE FOR
TERMINAL-ERRORS
These statements are not meaningful
in a web environment. 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.
Table B-1. Web Conversion Support Limitations (page 4 of 4)
SCREEN COBOL
Feature Converter Action
Recommended
Corrective Action