Micro Focus COBOL Error Messages : COPYRIGHT NOTICE [ Micro Focus COBOL Error Messages ] MPE/iX 5.0 Documentation
Micro Focus COBOL Error Messages
Micro Focus COBOL(TM)
Micro Focus COBOL Error Messages
HP Part No. B2433-90052
Printed in U.S.A.
E1095
________________________________________________________________________
|All Rights Reserved Printed in U.S.A. |
| |
|Micro Focus has made every effort to ensure that this book is correct |
|and accurate, but reserves the right to make changes without notice at|
|its sole discretion at any time. |
| |
|The software described in this document is supplied under a license |
|and may be used or copied only in accordance with the terms of such |
|license, and in particular any warranty of fitness of Micro Focus |
|products for any particular purpose is expressly excluded and |
|in no event will Micro Focus be liable for any consequential |
|loss. |
| |
|Micro Focus (R) and Animator (R) are registered trademarks of Micro |
|Focus Limited. |
| |
|Micro Focus COBOL (TM) , VS COBOL (TM) , LEVEL II COBOL (TM) and |
|Professional COBOL(TM) are trademarks of Micro Focus Limited. |
| |
|IBM(R) and OS/2(R) are registered trademarks of International Business|
|Machines Corporation. |
| |
|IBM COBOL/2(TM) and Systems Application Architecture(TM) are |
|trademarks of International Business Machines Corporation |
| |
|Microsoft(R) and MS-DOS(R) are registered trademarks of Microsoft |
|Corporation. |
| |
|Data General(R) and DG COBOL(R) are registered trademarks of Data |
|General Corporation. |
| |
|RM/COBOL(R) is a registered trademark of Ryan-McFarland Corporation. |
| |
|UNIX (R) is a registered trademark of UNIX System Laboratories |
|Inc. |
| |
|X/Open(R) is a registered trademark of X/Open Company Limited. |
________________________________________________________________________
Copyright (c) 1987-1994 by Micro Focus Limited
Printed October 1995
Preface
This book contains a list of the error messages which you can receive in
the following phases of program development:
* Checking the syntax and producing intermediate code
* Producing generated code
* Using the run-time system
Also, it has a list of the file status codes produced under ANSI'74 and
ANSI'85, and lists the implementation limits for SAA, OSVS and VSC2.
For each error there is a brief descriptions on the possible cause, and,
where possible, hints on how you can rectify the problem.
Audience
This manual is for all users of Micro Focus COBOL. The detailed
descriptions and recovery hits for each message are probably of most use
to users who have little experience of COBOL programming. .
Related Publications
This manual is designed to be used in conjunction with the following
manuals which are also supplied with your system:
* Getting Started
* COBOL User Guide
* COBOL System Reference (two volumes)
* Language Reference
* Language Reference - Additional Topics
* Pocket Guide
The on-disk document Documentation Update Notes on your issue disks (or
in your docs directory after installing) may contain updates to these
books. |.
Notation in this Manual
When displayed, some messages contain an actual name from your program.
In this manual, the place where the name is inserted is shown by a
description of the type of name, in italics. For example, message 1146
is shown in this manual as:
1146 procedure-name lies in more than one PERFORM THRU
range
If the procedure-name concerned were CALCULATE-TAX, the actual message
displayed would be:
CALCULATE-TAX lies in more than one PERFORM THRU range
Environments
Some of the chapters in this book are common (generic) between versions
of this product for DOS, OS/2 and Windows and versions for UNIX. In such
a chapter, if any text does not apply to all the environments, the
environments that it does apply to are specified in the left margin. For
example:
UNIX This text applies to the UNIX system only.
DOS, Windows and OS/2 Considerations
* The term "OS/2" refers to both Microsoft Operating System/2 (MS
OS/2) and IBM OS/2. Similarly, the term "DOS" refers to both IBM
Personal Computer DOS and MS-DOS.
* The term "window" means a delineated area on the screen, normally
smaller than the full screen. The term "Windows" means Microsoft
Windows V3.0 or later.
UNIX Considerations
* The term "UNIX" can be taken to mean all operating systems that
are compatible with UNIX System V, Release 3.0 or later, complying
with the System V Interface Definition (SVID).
MPE/iX 5.0 Documentation