“Java是选项,因为IBM大型机有一个JVM。因此,从通过 CICS 运行 COBOL 过渡到运行 Java 是相当无缝的。特别是使用 IBM 的 Rational Developer 工具集。” 但也有人提出异议。“最大的问题是Java和COBOL的结构完全不同,因此机械翻译往往会产生完全的垃圾。认为它是一个好的候选者的唯一原因是因为你也没有实际编程...
我们可以使用COBOL转Java的开源工具CobolToJava来实现这一步骤。下面是转换代码示例: ```java // COBOL转Java工具 CobolToJava.convert("input.cbl", "output.java"); 1. 2. 3. ### 3. 检查转换后的Java代码是否完整、准确 检查转换后的`output.java`文件,确保所有COBOL代码都成功转换为Java代码,没有遗漏...
IBM 为解决这一难题,推出针对 IBM Z 系列大型机的 wastsonx Code Assistant,它将可以帮助开发人员更快把旧的 COBOL 代码转换为新的 Java,以此来帮助大型机客户的程序完成现代化。 原文链接:https://www.theregister.com/2023/08/22/ibm_says_genai_can_convert/ 未经允许,禁止转载! 作者| Dan Robinson 译者|...
Ability to convert COBOL types to Java types ! Copybooks with multiple level 01 entries are not supported ! Numeric-edited and alphanumeric-edited items are treated as alphanumeric items ! Level 88 entries are ignored 2.2 Supported Platforms The Cobol Copybook Converter is available for the ...
https://techcrunch.com/2023/08/22/ibm-taps-ai-to-translate-cobol-code-to-java/ https://www.theregister.com/2023/08/22/ibm_says_genai_can_convert/ https://www.reddit.com/r/programming/comments/15z7j1u/ibm_taps_ai_to_translate_cobol_code_to_java/...
原文链接:https://www.theregister.com/2023/08/22/ibm_says_genai_can_convert/ 作者| Dan Robinson 译者|Ric Guan 责编| 屠敏 出品| CSDN(ID:CSDNnews) 作为推进应用现代化迭代工作的一部分,IBM 正在为其大型机客户提供一种生成式人工智能工具——Watsonx Code Assistant...
The Wizard generates Java classes that will mine/plant data a runtime between business objects and a message string that corresponds to the copybook's data structure, and vice versa. The Wizard recognizes different data types of copybook fields respectively, and converts them to/from ASCII. The...
By comparison, in the OO COBOL framework, even dealing with an incoming String object from Java requires knowledge of JNI to get, and possibly convert, the Java string data so that it can be moved into a data item that is defined with a PIC X, PIC N, or PIC U clause. ...
COBOLstands for Common Business Oriented Language. It is imperative, procedural, and object-oriented. A compiler is a computer program that takes other computer programs written in a high-level (source) language and converts them into another program, machine code, which the computer can understand...
"CALL_FLAG1_INI_USEMSL" - converts variable message parts to a complete message text"CALL_FLAG1_INI_USEALL" - settings made in the INI file section [GLOBAL] are used"CALL_FLAG1_TRC_HANDLE" - for internal CallAPI processing only"CALL_FLAG1_LOG_HANDLE" - for internal CallAPI processing...