The following industry specifications are supported:
ISO 1989/Amendment 1, Programming languages - COBOL - Amendment 1: Intrinsic function module.
ISO 1989:1985 is identical to X3.23-1985, American National Standard for Information Systems - Programming Language - COBOL.
ISO 1989/Amendment 1 is identical to X3.23a-1989, American National Standard for Information Systems - Programming Language - Intrinsic Function Module for COBOL.
ISO 1989:1985/Amd.2:1994, Programming languages - COBOL - Amendment 2: Correction and clarification amendment for COBOL
ISO 1989:1985/Amd.2:1994 is identical to ANSI X3.23b-1993, American National Standard for Information Systems - Programming Language - Correction Amendment for COBOL
For supported modules, see item 2 below.
X3.23a-1989, American National Standard for Information Systems - Programming Language - Intrinsic Function Module for COBOL. ANSI X3.23b-1993, American National Standard for Information Systems - Programming Language - Correction Amendment for COBOL
All required modules are supported at the highest level defined by the standard. In the following list, the shorthand notation for describing module levels is shown in parentheses. For example, to summarize module information for sequential input/output, the shorthand notation is (2 SEQ 1,2). The first digit indicates the level of language elements within the module supported by IBM COBOL. Next is the 3-character abbreviation of the module name as used in the standard. Finally, the 2 digits separated by a comma indicate the minimum and maximum levels of the module. For example, (2 SEQ 1,2) means that IBM COBOL supports the sequential I-O module at level 2, while the range of levels in the module is from 1 (minimum) to 2 (maximum).
Provides internal processing of data within the four basic divisions of a program and the capability for defining and accessing tables.
Provides access to records of a file in established sequence. The sequence is established as a result of writing the records to the file.
Provides access to records in either a random or sequential manner. Each record is uniquely identified by an integer specifying the record's logical position in a file.
Provides access to records in either a random or sequential manner. Each record in an indexed file is uniquely identified by the value of a key within that record.
Orders one or more files of records, or combines two or more identically ordered files of records, according to a set of user-specified keys.
Allows a COBOL program to communicate with other programs through transfers of control and access to common data items.
Allows the insertion of source program text as part of the compilation of the source program. COBOL libraries contain texts which are available to the compiler at compile time and which can be treated by the compiler as part of the source program.
Provides the capability to reference a data item whose value is derived automatically at the time of reference during the execution of the object program.
Monitors object program execution through declarative procedures, special debugging lines, and a special register, DEBUG-ITEM, which gives specific information about execution status.
Refreshes independent segments when required.
Subtopics:
Adobe, the Adobe logo, Acrobat, the Acrobat logo, and Acrobat Reader are registered trademarks of Adobe Systems incorporated.