47 lines
2.0 KiB
Plaintext
47 lines
2.0 KiB
Plaintext
|
********************************************************************************
|
||
|
*
|
||
|
* Port of PI & PI/open user visible error tokens
|
||
|
*
|
||
|
* Module %M% Version %I% Date %H%
|
||
|
*
|
||
|
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
|
||
|
* This is unpublished proprietary source code of Ardent Software Inc.
|
||
|
* The copyright notice above does not evidence any actual or intended
|
||
|
* publication of such source code.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
*
|
||
|
* Maintenence log - insert most recent change descriptions at top
|
||
|
*
|
||
|
* Date.... GTAR# WHO Description.........................................
|
||
|
* 10/14/98 23801 SAP Change copyrights.
|
||
|
* 01/20/94 12299 LA Added error codes for !MESSAGE
|
||
|
* 01/13/94 12299 LA Added error codes for !GET.PARTNUM
|
||
|
* 09/30/93 12299 LA Initial implementation.
|
||
|
*
|
||
|
*******************************************************************************
|
||
|
* START-DESCRIPTION
|
||
|
*
|
||
|
* This file contains the user visible error tokens used by PI and PI/open
|
||
|
*
|
||
|
* Where possible, these have been mapped onto existing uniVerse error
|
||
|
* messages, as defined in the sys.mess.u module.
|
||
|
*
|
||
|
* END-DESCRIPTION
|
||
|
|
||
|
EQUATE IE$FRST TO 1000
|
||
|
EQUATE IE$PAR TO 22 ;* [EINVAL] Invalid argument
|
||
|
EQUATE IE$RNF TO 1196 ;*
|
||
|
EQUATE IE$NOSUPPORT TO 1320 ;* Invalid option entered
|
||
|
EQUATE IE$KEY TO 1321 ;* Improper keyword entered
|
||
|
EQUATE IE$VOC.OPEN.FAILED TO 1495 ;* Unable to open VOC file
|
||
|
EQUATE IE$UNKNOWN.USER TO 1757 ;* User not logged on
|
||
|
EQUATE IE$SEND.REQ.REC TO 1914 ;* Sender requires receive enabled
|
||
|
EQUATE IE$MSG.REJECTED TO 1917 ;* User not receiving
|
||
|
EQUATE IE$NOTRELATIVE TO 3000 ;* TEMPORARAY VALUE
|
||
|
EQUATE IE$NOT.DISTFILE TO 10503;* Not a distributed file
|
||
|
EQUATE IE$NO.MAP.TO.PARTNUM TO 10555;* Record id not valid for part file
|
||
|
EQUATE IE$DIST.DICT.OPEN.FAIL TO 10556;* Failed to open distributed dict
|
||
|
EQUATE IE$DIST.ALG.READ.FAIL TO 10557;* Failed to read partitioning algorithm
|
||
|
EQUATE IE$VNF TO 85628;* VOC entry not a file pointer!
|