Fabricant : HP
Taille : 2.83 mb
Nom Fichier :
Langue d'enseignement:
Le document est chargé, s'il vous plaît patienter
|
Le document est chargé, s'il vous plaît patienter
Par ce dispositif a également d'autres instructions :
Logiciel - MPE/iX 6.0 Operating System (52.62 kb)
Logiciel - MPE/iX 6.0 Operating System (25.16 kb)
Logiciel - MPE/iX 6.0 Operating System (38.33 kb)
Logiciel - MPE/iX 6.0 Operating System (1.13 mb)
Facilité d'utilisation
Document Outline
- Top of Document
- Preface
- Contents
- Introduction
- ANSI Standard Compliance
- ANSI COBOL'85 Features in HP COBOL II
- Compatibility Considerations
- Program Structure
- Structural Hierarchy
- Divisions
- Sections
- Paragraphs
- Sentences, Statements, and Clauses
- Program Elements
- Character Strings
- Separators
- Character Set
- Coding Rules
- Describing and Referencing Data
- Files
- Records
- Data Items - Classes and Categories
- Data Alignment
- Identifiers
- Uniqueness of Reference
- Tables
- Function-Identifiers
- Reference Modification
- IDENTIFICATION DIVISION
- IDENTIFICATION DIVISION Format
- IDENTIFICATION DIVISION Syntax Rules
- Paragraphs
- ENVIRONMENT DIVISION
- ENVIRONMENT DIVISION Format
- ENVIRONMENT DIVISION Syntax Rules
- CONFIGURATION SECTION
- SOURCE-COMPUTER Paragraph
- OBJECT-COMPUTER Paragraph
- SPECIAL-NAMES Paragraph
- INPUT-OUTPUT SECTION
- FILE-CONTROL Paragraph
- File Control Clauses
- I-O-CONTROL Paragraph
- DATA DIVISION
- DATA DIVISION Format
- DATA DIVISION Syntax Rules
- FILE SECTION
- WORKING-STORAGE SECTION
- LINKAGE SECTION
- DATA DIVISION Clauses
- File Description Clauses
- Data Description Entries
- PROCEDURE DIVISION
- PROCEDURE DIVISION Header
- PROCEDURE DIVISION Format
- PROCEDURE DIVISION Syntax Rules
- PROCEDURE DIVISION Statements and Sentences
- Arithmetic Expressions
- Conditional Expressions
- Simple Conditions
- Complex Conditions
- Condition Evaluation Rules
- Abbreviated Combined Relation Conditions
- Common Phrases
- Common Features of Arithmetic Statements
- Input-Output Error Handling Procedures
- PROCEDURE DIVISION Statements
- ADD Statement
- ALTER Statement
- CALL Statement
- CANCEL Statement
- CLOSE Statement
- COMPUTE Statement
- CONTINUE Statement
- DELETE Statement
- DISPLAY Statement
- DIVIDE Statement
- ENTER Statement
- ENTRY Statement
- EVALUATE Statement
- EXAMINE Statement
- EXCLUSIVE Statement
- EXIT Statement
- EXIT PROGRAM Statement
- GOBACK Statement
- GO TO Statement
- IF Statement
- INITIALIZE Statement
- INSPECT Statement
- MOVE Statement
- MULTIPLY Statement
- OPEN Statement
- PERFORM Statement
- READ Statement
- RELEASE Statement
- RETURN Statement
- REWRITE Statement
- SEARCH Statement
- SEEK Statement
- SET Statement
- START Statement
- STOP Statement
- STRING Statement
- SUBTRACT Statement
- UN-EXCLUSIVE Statement
- UNSTRING Statement
- USE Statement
- WRITE Statement
- COBOL Functions
- The $CONTROL POST85 Option
- ANSI85 Entry Point
- Function Types
- Function Parameters
- Calling COBOL Functions
- ACOS Function
- ANNUITY Function
- ASIN Function
- ATAN Function
- CHAR Function
- COS Function
- CURRENT-DATE Function
- DATE-OF-INTEGER Function
- DAY-OF-INTEGER Function
- FACTORIAL Function
- INTEGER Function
- INTEGER-OF-DATE Function
- INTEGER-OF-DAY Function
- INTEGER-PART Function
- LENGTH Function
- LOG Function
- LOG10 Function
- LOWER-CASE Function
- MAX Function
- MEAN Function
- MEDIAN Function
- MIDRANGE Function
- MIN Function
- MOD Function
- NUMVAL Function
- NUMVAL-C Function
- ORD Function
- ORD-MAX Function
- ORD-MIN Function
- PRESENT-VALUE Function
- RANDOM Function
- RANGE Function
- REM Function
- REVERSE Function
- SIN Function
- SQRT Function
- STANDARD-DEVIATION Function
- SUM Function
- TAN Function
- UPPER-CASE Function
- VARIANCE Function
- WHEN-COMPILED Function
- Interprogram Communication
- Transfer of Control
- Reference to Common Data and Files
- Reference to Common Data through Parameter Passing
- Reference to Common Data and Files through External Objects
- Types of Subprograms
- END PROGRAM Header
- CALL Statement
- CANCEL Statement
- ENTRY Statement
- EXIT PROGRAM Statement
- GOBACK Statement
- SORT/MERGE Operations
- MERGE Statement
- RELEASE Statement
- RETURN Statement
- SORT Statement
- Debug Module
- WITH DEBUGGING MODE Clause
- USE FOR DEBUGGING statement
- Debugging Lines
- Source Text Manipulation
- COPY Statement
- REPLACE Statement
- HP COBOL II Error Messages
- Reading Error Messages from COBCAT
- Compile-Time Error Messages
- Run-Time Error Messages
- Warnings
- Questionable Errors
- Serious Errors
- Disastrous Errors
- Nonstandard Warnings
- Run-Time Errors
- Informational Messages
- Preprocessor Commands and $CONTROL Options
- Types of Processes
- Preprocessor Programming Language
- Defining and Using Macros
- Conditional Compilation
- File Insertion, and Merging and Editing Operations
- Compiler-Dependent Options
- The COBCNTL FILE
- Differences Between ANSI COBOL'74 and ANSI COBOL'85
- ANSI74 Entry Point Differences
- Incompatibilities between ANSI COBOL'74 and ANSI COBOL'85
- Obsolete Features
- ASCII and EBCDIC Character Sets
- How to Use This Table
- COBOL Glossary
- Definitions
- COBOL Reserved Word List
- COBEDIT Program and COPY Libraries
- COPY Libraries
- COBEDIT Commands
- MPE XL System Dependencies
- Introduction
- Compiling, Linking, and Executing Programs
- Compiling Your Program With the RUN Command
- Linking Your Program
- Executing Your Program with the RUN Command
- Control Options
- Data Alignment and Limits on MPE XL
- HP COBOL II/XL Language Dependencies
- Interprogram Communication
- Run-Time Trap Handling
- Example HP COBOL II/XL Program
- Index