1. COBOL was created to fulfill two major objectives: portability (ability of programs to be run with minimum modification on computers from different manufacturers) and readability (ease with which a program can be read like ordinary English).
cobol的主要设计理念有二:可移植性(在不同制造商的计算机上执行只需最小程度的修改)和可读性(程序可当成普通英文轻易阅读)。

-- 来源 -- 英汉 - 翻译样例 - 工程

2. A COBOL mnemonic name associated with the console typewriter.
和控制台打字机有关的一种cobol助记忆名。

-- 来源 -- 英汉 - 短句参考

3. In COBOL, a word composed of not more than30 characters, which defines a COBOL operand.
在cobol语言中,最多由30个字符组成的一种字,用于定义cobol操作数。

-- 来源 -- 英汉 - 短句参考

4. A COBOL compiler accepts COBOL source code and generates a machine-level object module.
cobol编译程序接受cobol源码,产生同上的目标模块。

-- 来源 -- 汉英 - 翻译参考

5. A group of source statements written in any of the language, such as assembler or COBOL language supported by VSE and stored in a SSL.
用任何高级语言(如汇编或cobol语言)编写的一组源语句:由扩充虚拟存储系统(VSE)提供支持,并且存储在源语句库(SSL)中。

-- 来源 -- 英汉 - 短句参考

6. But this method was the norm back when Cobol was the hottest programming language on the planet.
但是早在cobol成为本星球上最热门的编程语言时,这种方法已是一种(人人都这么做的)准则。

-- 来源 -- 汉英 - 翻译参考

7. In computer programming, section of a COBOL program that represents a logical processing entity.
在计算机程序设计中,cobol程序中代表一个逻辑处理实体的一部分。

-- 来源 -- 汉英 - 翻译参考

8. In COBOL, a set of consecutive words whose purpose is to specify an attribute of an entry.There are three types of clauses:data, environment, and file.
cobol语言中的一组相邻的字,其目的是说明一个项的属性。子句有三种类型:数据、环境和文件。

-- 来源 -- 英汉 - 短句参考

9. A high-level language needing a compiler to translate it into machine language. These languages include APL,COBOL, PASCAL, C, PL-1, and so on.
需要用编译程序将其语句翻译成机器语言的高级语言,这类语言有APL,cobol,PASCAL,C,PL-1等。

-- 来源 -- 英汉 - 辞典例句

10. In COBOL, to reuse the same storage area for different data items during program execution by employing proper instructions in the data program.
在cobol中, 在程序执行时重复使用同一存储区域来存放不同的数据项,这是利用数据程序中的适当指令做到的。

-- 来源 -- 英汉 - 辞典例句