Pathway/iTS SCUP Reference Manual

SCUP Commands
HP NonStop Pathway/iTS SCUP Reference Manual520269-002
2-19
CONVERT Command
Summary Information
After converting individual program units, the converter generates a brief summary
about the conversion that includes the following:
Unsupported Statements
This is the number of unsupported statements that the converter detected during
the conversion and includes the following types:
Warnings: The number of warning messages detected by the converter. The
converter issues a warning when it cannot convert a statement but it
determines that excluding the statement from the conversion will not affect
program execution.
Errors: The number of Error messages generated by the converter. The
converter issues an error when it can not convert a statement but it determines
that excluding the statement from the conversion will affect program execution.
Internal Errors
This is the number of internal errors that the converter detected during the
conversion. Internal errors indicate logical errors in the conversion and are not
recoverable for user.
HTML Files Generated
This is the number of HTML files generated for a Program unit. Each Base /
Overlay Screen gets converted to one HTML page.
Lines of Code in Java
This is the number of lines of code generated in a Java file.
Example Summary
The following is a typical example of the summary at the end of Program unit
conversion:
The converter also generates a total conversion summary at the completion of the
CONVERT command. This summary provides information about unsupported
warnings and errors and the internal errors detected during the conversion of all the
program units specified in the CONVERT command.
PROGRAM UNIT MYPROG CONVERTED TO $test.myapp.POBJ0000
Unsupported Statements : 3
Warnings : 1 Errors : 2
Internal Errors : 0
HTML Files Generated : 2
Lines of Code in Java : 570