The COBOL programing language first appeared over 60 years ago. Today it still powers much of the world economy.
COBOL编程语言最早出现于60年前。 今天,它仍然为世界经济提供动力。
COBOL is often used to process the most critical data. It is one of the main languages that powers large mainframe computers. Because of its age and the mission-critical nature of its applications, it is efficient, reliable, and secure.
COBOL通常用于处理最关键的数据。 它是为大型主机提供动力的主要语言之一。 由于其年代久远和应用程序的关键任务性质,它是高效,可靠和安全的。
You may have heard about COBOL in the news lately, since it powers the core business logic of many large enterprises. And yet, many experienced COBOL developers are reaching retirement age.
您可能最近在新闻中听说过COBOL,因为它支持许多大型企业的核心业务逻辑。 但是,许多经验丰富的COBOL开发人员已达到退休年龄。
To help people interested in learning COBOL, freeCodeCamp has published a COBOL course for beginners that will teach you how to program with the language, right inside VS Code.
为了帮助有兴趣学习COBOL的人们,freeCodeCamp已为初学者发布了COBOL课程 ,该课程将教您如何在VS Code中使用该语言进行编程。
This introductory COBOL course developed by IBM will help you learn the structure of COBOL programs, data types & variable handling, intrinsic functions, branching logic and more.
IBM开发的本入门级COBOL课程将帮助您学习COBOL程序的结构,数据类型和变量处理,内部函数,分支逻辑等。
The goal of the course is to enable you to write basic COBOL programs. It also includes a lot of labs and supplemental material to help you practice what you learn. So get ready to dive into some actual COBOL and get your hands dirty.
本课程的目的是使您能够编写基本的COBOL程序。 它还包括许多实验室和补充材料,以帮助您练习所学内容。 因此,准备好学习一些实际的COBOL并弄脏您的手。
Here are the topics covered in this course:
以下是本课程涵盖的主题:
- VS Code and Extensions VS代码和扩展
- Basic COBOL Syntax 基本的COBOL语法
- COBOL Divisions COBOL部门
- COBOL Variables COBOL变量
- Data Division 数据部
- File Handling 文件处理
- Procedure Division 程序科
- Program Structure 程序结构
- Paragraphs 段落
- Program Linkage 程序链接
- File Output and Reports 文件输出和报告
- Conditional Expressions 条件表达式
- Arithmetic Expressions 算术表达式
- Data Types 资料类型
- Intrinsic Functions 内在函数
Watch the full course on the freeCodeCamp.org YouTube channel (80-minute watch).
在freeCodeCamp.org YouTube频道上观看完整的课程 (观看80分钟)。
翻译自: https://www.freecodecamp.org/news/learn-to-write-cobol-programs-in-vs-code/