COBOL/HP-UX Error Messages for the Series 700 and 800 : COPYRIGHT NOTICE [ COBOL/HP-UX Error Messages for the Series 700 and 800 ] MPE/iX 5.0 Documentation
COBOL/HP-UX Error Messages for the Series 700 and 800
COBOL/HP-UX Error Messages for the Series 700 and 800
HP 9000 Computers
Printed in U.S.A.
HP Part No. B2433-90013
Edition Third Edition
E0293
(c) Copyright 1993 Hewlett-Packard Company.
This document contains information which is protected by copyright. All
rights are reserved. Reproduction, adaptation, or translation without
prior written permission is prohibited, except as allowed under the
copyright laws.
Restricted Rights Legend
Use, duplication, or disclosure by the U.S. Government is subject to
restrictions as set forth in sub-paragraph (c)(1)(ii) of the Rights in
Technical Data and Computer Software clause in DFARS 252.227-7013.
Hewlett-Packard Company
3000 Hanover Street
Palo Alto, CA 94304 U.S.A.
Rights for non-DOD U.S. Government Departments and Agencies are as set
forth in FAR 52.227-19(c)(1,2).
Use of this manual and flexible disks(s) or tape cartridge(s) supplied
for this pack is restricted to this product only. Additional copies of
the programs can be made for security and back-up purposes only. Resale
of the programs in their present form or with alterations, is expressly
prohibited.
(c)Copyright 1980, 1984, 1986 AT&T Technologies, Inc.
UNIX is a registered trademark of UNIX System Laboratories Inc. in the
U.S.A. and other countries.
COBOL is an industry language and is not the property of any company or
group of companies or group of organizations.
No warranty, expressed or implied, is made by any contributor or by the
CODASYL Programming Language Committee as to the accuracy and functioning
of the programming system and language. Moreover, no responsibility is
assumed by any contributor, or by the committee, in connection herewith.
The authors and copyright holders of the copyrighted material used
herein:
FLOW-MATIC (Trademark for Sperry Rand Corporation) Programming for
the Univac(R) I and II, Data Automation Systems copyrighted
1958, 1959, by Sperry Rand Corporation; IBM(R) Commercial
Translator Form No. F28-8013, copyrighted 1959 by IBM; FACT,
DS127A5260-2760, copyrighted 1960 by Minneapolis-Honeywell.
have specifically authorized the use of this material in whole or in
part, in the COBOL specifications. Such authorization extends to the
reproduction and use of COBOL specifications in programming manuals or
similar publications.
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 software
products for any particular purpose is expressly excluded and in no event
will Micro Focus be liable for any consequential loss.
Micro Focus has made every effort to ensure that this manual is correct
and accurate, but reserves the right to make changes without notice at
its sole descretion at any time.
Micro Focus(R) is a registered trademark of Micro Focus Ltd.
Micro Focus(TM), VS COBOL(TM), ANIMATOR(TM), LEVEL II COBOL(TM),
LEVEL II COBOL/ET(TM), and Professional COBOL(TM) are trademarks
of Micro Focus Ltd.
IBM(R) is a registered trademark of International Business
Machines Corporation.
Systems Application Architecture(TM) is a trademark of
International Business Machines Corporation
Data General(R) is a registered trademark of Data General
Corporation
RM/COBOL(R) is a registered trademark of Ryan-McFarland
Corporation.
Microsoft(R) is a registered trademark of Microsoft Corporation
UNIX(R) is a registered trademark of AT&T
PANVALET(TM) is a trademark of Pansophic
LIBRARIAN(TM) is a trademark of Computer Associates
X/Open(R) is a registered trademark of the X/Open Company Limited
in the UK and other countries.
(c) Copyright 1978, 1992 by Micro Focus Ltd. All rights reserved.
Printed February 1993
Legal Notices
The information contained in this document is subject to change without
notice.
HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS
MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Hewlett-Packard shall not be liable for errors contained herein or for
incidental or consequential damages in connection with the furnishing,
performance or use of this material.
Hewlett-Packard assumes no responsibility for the use or reliability of
its software on equipment that is not furnished by Hewlett-Packard.
Warranty
A copy of the specific warranty terms applicable to your Hewlett-Packard
product and replacement parts can be obtained from your local Sales and
Service Office.
Print History
New editions are complete revisions of the manual. The dates on the
title page change only when a new edition is printed.
The software code printed alongside the date indicates the version level
of the software product at the time the manual was issued. Many product
updates and fixes do not require manual changes and, conversely, manual
corrections may be done without accompanying product changes. Therefore,
do not expect a one-to-one correspondence between product updates and
manual updates.
First Edition June 1991 35328B.04.50
Second Edition November 1991 35328B.06.25
Third Edition February 1993 B2433B.07.00
Additional Documentation
The following documents are supplied with COBOL/HP-UX.
* COBOL/HP-UX Implementation Notes for Series 700/800 (part number
B2433-90001)
* COBOL/HP-UX Getting Started (part number B2433-90005) replaces
35328-90002
* COBOL/HP-UX Language Reference Manual Vol. 1 & 2 (part number
B2433-90007) replaces 35328-90001
* COBOL/HP-UX Operating Guide (part number B2433-90009) replaces
35328-90002
* COBOL/HP-UX Compatibility Guide (part number B2433-90011) replaces
35328-90003
* COBOL/HP-UX Error Messages (part number B2433-90013) replaces
35328-90002
* COBOL/HP-UX Master Index (part number B2433-90015)
* COBOL/HP-UX Pocket Guide (part number B2433-90017) replaces
35328-90012
Refer to the following documents for more information on the HP-UX
operating system:
* HP-UX Reference (part number B2355-90033)
* HP-UX System Administration Tasks Manual (part number B3108-90012)
* Installing and Updating HP-UX (part number B3108-90006)
* How HP-UX Works: Concepts for the System Administrator (part
number B2355-90029)
* Installing and Administering NFS Services (part number
B1013-90009)
* Programming on HP-UX (part number B2355-90026)
* HP Symbolic Debugger User's Guide (part number B2355-90044)
Preface
This manual contains a full list of the errors which you can receive when
you:
* submit your source code to your COBOL system to check the syntax
and produce intermediate code, or;
* produce generated code, or;
* use the Run-Time System;
and a full list of the file status codes produced under ANSI'74 and
ANSI'85.
Brief descriptions on the possible cause of each error are given and,
where possible, hints on how you can rectify the cause of a specific
error.
Audience
This manual is designed to be a reference point for all users of this
COBOL system who wish to see which error message corresponds to an error
message number. The detailed descriptions of the meaning of each message
together with recovery hints will probably be of most use to users who
have little experience of COBOL programming.
Related Publications
Other manuals in your document which you may need to refer to are the:
* Language Reference
* COBOL System Reference
Notation In This Manual
The term "OS/2" refers to both Microsoft Operating System/2 (MS OS/2) and
IBM OS/2. Similarly, the term "DOS" is used to refer to both IBM
Personal Computer DOS and MS-DOS when used on IBM compatible personal
computers.
MPE/iX 5.0 Documentation