首页 » 技术分享 » 什么是AbEnd? AbEnd代表什么?

什么是AbEnd? AbEnd代表什么?

 

AbEnd:异常结束 (AbEnd: Abnormal End)

AbEnd is an abbreviation of the "Abnormal End", which is an abnormal ending of software, or a system break down.

AbEnd是“ Abnormal End”的缩写 ,是软件的异常结束或系统崩溃。

This custom originates from an error message from the IBM OS/360, IBM ZOS operating systems. Generally provided with capital, although may come into sight as "abend".

此定制来自IBM OS / 360,IBM ZOS操作系统的错误消息。 通常提供资本,尽管可能会以“异常”的形式出现。

The highly widespread were:

高度流行的是:

  • ABEND 0C7 (Data exception)

    异常0C7(数据异常)

  • ABEND 0CB (Division by zero)

    ABEND 0CB(除以零)

Abends could be "soft" (enabling involuntary recovery) or "hard" (finishing the undertaking).

异常终止可能是“软”(允许非自愿恢复)或“硬”(完成任务)。

Errors or break downs on the Novell NetWare network operating system is generally called ABENDs. Groups of people of NetWare administrators originate or arise up around the Internet, such as abend.org.

Novell NetWare网络操作系统上的错误或故障通常称为ABEND。 一群NetWare管理员起源于Internet,例如abend.org。

The term is jocularly alleged to be originated from the German word "Abend" which implying "evening".

俗称该术语源自德语单词“ Abend”,表示“晚上”。

Code Expected cause
001

I/O Error:

  • Make an effort to read subsequent to AT END

  • Mentioning to an I/O area prior to opening and reading a record

  • Reading an erroneous time taken record

002

I/O Error:

  • DD declaration doesn't counterpart FD

013

Something doesn't counterpart among the program and the DD declaration. Test out the system message IEC141I for an additional absolute report of the error

04x

I/O Error:

  • Unenforceable or mislaid data order of information. Test out the file report details.

0C1, 0C2, 0C3
  • Unenforceable or mislaid DD declaration

  • Reading from or writing to an unopened file

  • Abscond or uninitialized subscript or directory

  • Flaking out the end of the program

0C4, 0C5, 0C6

Attending to program verification:

  • Abscond or uninitialized subscript or catalog

  • Mislaid or unenforceable DD declaration

  • Reading from or writing to an unopened file

  • Opening or closing the file two times

  • Flaking out the end of the program

  • Using a divisor or multiplier that is too outsized

0C7

Data Exception program verification:

  • Data item not initialized

  • DISPLAY data shifted to a numeric group item

  • Inappropriate definition in the LINKAGE SECTION

  • Unenforceable or improper aligned data in an input file

  • Inappropriate initialization using MOVE ZERO

0C8, 0CA

Arithmetic overflow:

  • The acceptance field of an arithmetic operation is too diminutive

0C9, OCB

Divide Exception:

  • Making an effort to divide by zero

122, 222 The operator called off the occupation with or devoid of a storage dump.
213 The system can't come across the file as the JCL illustrates it. Make sure the system message IEC143I for further information.
预期原因
001

I / O错误:

  • 努力在AT END之后阅读

  • 在打开和读取记录之前提及I / O区域

  • 读取错误的时间记录

002

I / O错误:

  • DD声明与FD不对应

013

在程序和DD声明中没有对应的内容。 测试系统消息IEC141I,以获取错误的其他绝对报告

04倍

I / O错误:

  • 信息的数据顺序不可执行或布置错误。 测试文件报告详细信息。

0C1、0C2、0C3
  • DD声明无法执行或放错位置

  • 读取或写入未打开的文件

  • 下潜或未初始化的下标或目录

  • 结束程序

0C4、0C5、0C6

参加程序验证:

  • 下潜或未初始化的下标或目录

  • 错误放置或无法执行的DD声明

  • 读取或写入未打开的文件

  • 两次打开或关闭文件

  • 结束程序

  • 使用过大的除数或乘数

0C7

数据异常程序验证:

  • 数据项未初始化

  • DISPLAY数据转移到数字组项目

  • 链接部分中的定义不当

  • 输入文件中无法执行或对齐的数据不正确

  • 使用MOVE ZERO进行不适当的初始化

0C8、0CA

算术溢出:

  • 算术运算的接受域太小

0C9,OCB

除例外:

  • 努力除以零

122、222 操作员在有或没有存储转储的情况下取消了该占用。
213 如JCL所示,系统无法找到该文件。 确保系统消息IEC143I以获取更多信息。

翻译自: https://www.includehelp.com/dictionary/abend-full-form.aspx

转载自原文链接, 如需删除请联系管理员。

原文链接:什么是AbEnd? AbEnd代表什么?,转载请注明来源!

0