home *** CD-ROM | disk | FTP | other *** search
- *
- * This file contains information for the PREXX error code formatting
- * routines. See LSWERR PASCAL for more details.
- *
- (0) Generic error codes
- 001 End of file
- 002 File/major entity not found
- 003 Record/entry/minor entity not found
- 004 Unknown function code
- 005 Overflow/buffer too small
- 006 Premature EOF/missing END delimiter
- 007 Invalid input file/data format
- 008 File/major entity already exists
- 009 Record/entry/minor entity already exists
- 010 Record/entry/minor entity truncated
- 011 Error from REXX routine - see console log
- 012 Logic error detected
- 013 Configuration error detected
- (1) FSREAD
- 001 File not found, or insufficient authority (SFS)
- 003 I/O error or R/O minidisk modified by R/W owner
- 004 First character of file mode is illegal
- 008 Buffer too small - truncation occured
- 012 End of file reached
- 020 Invalid character in file name
- 021 Invalid character in file type
- 025 Insufficient storage for file system control blocks
- 099 Insufficient resources for the SFS server
- XXX try HELP MACRO FSREAD
- (2) FSWRITE
- 001 Not authorized to write to file
- 003 I/O error
- 004 Invalid filemode or disk not accessed
- 005 Invalid filemode number
- 007 Record number past EOF+1 (RECFM V file)
- 012 Disk or directory is R/O
- 013 Out of disk space
- 017 Record larger than 65535 (RECFM V file)
- 020 Invalid character in file name
- 021 Invalid character in file type
- 025 Insufficient storage for file system control blocks
- 099 Insufficient resources for the SFS server
- XXX try HELP MACRO FSWRITE
- (3) DMSFREE/CMSSTOR OBTAIN
- 001 Insufficient storage available
- 004 Requested size invalid
- XXX probably a severe error
- (4) DMSFRET/CMSSTOR RELEASE
- 005 Invalid size specified
- 006 Attempt to release unallocated block
- 007 Address not on a doubleword boundary
- XXX probably a severe error
- (5) LFxxx routines
- 001 Record format mismatch
- 002 Block-write invalid on existing file
- * Note: codes 3-* are for non-VM implementations only
- 003 Invalid fileid specified
- 004 Invalid filemode letter
- 005 No logical/setenv for this filemode
- 006 Invalid record format specified
- 007 Random access not allowed for block-mode I/O
- 008 Non-sequential write to RECFM V file
- 009 Record length larger than 65535
- 010 Attempt to open a non-sequential file
- 011 File not opened in update mode
- 012 Unsupported VMS record format
- 013 File open had failed
- 014 Internal file structure corrupted
- 015 Invalid date specification
- 016 File not opened in read mode
- 017 Record length is not even
- 018 File not resident in FIO cache
- (6) LSVFILER
- XXX see LSVFILER ASSEMBLE
- (7) DMSERDBF - DMSEBLKW entry point
- 003 I/O error
- 004 Invalid filemode or disk not accessed
- 005 Invalid filemode number
- 012 Disk or directory is R/O
- 013 Out of disk space
- 020 Invalid character in file name
- 021 Invalid character in file type
- 025 Insufficient storage for file system control blocks
- XXX usually same as from FSWRITE
- (8) DMSFNSAT
- XXX this call is OCO
- (9) DMSLAF
- XXX indicates an internal error
- (10) Diag X'14'
- XXX cc=3, return code as specified
- (11) ERASE command
- XXX try HELP ERASE
- (12) RENAME command
- XXX try HELP RENAME
- (13) LSWISF (incoming spool file processor)
- 001 Decks with more than one file are not supported
- 002 Decks with PDS files or AMSCIPHR steps are not supported
- 003 Decks with non-sequential files are not supported
- 004 Unsupported RMS data format
- (14) LSVSDATE (alter file date)
- XXX see LSVSDATE ASSEMBLE
- (15) PUNCHC macro
- XXX try HELP MACRO PUNCHC
- (16) LSWOSF (outgoing spool file formatter)
- 001 No record written to deck
- 002 Record length too large for VMSDUMP (max 65535)
- 003 Spooling error re-reading foreign format deck
- 004 Record larger than SPLIT= limit found
- (17) CARD MODULE (formatter for CARD Dump)
- XXX check CARD ASSEMBLE
- (18) Foreign file format processor (LSV$xxx EXEC)
- XXX varies with the file format
- (19) Mail routines (LSWMBX/LSWMAIL)
- 001 No primary recipient left
- (20) VMS Record Management Services
- VMS refer to the VMS RMS documentation
- (21) Generic spooling error codes
- 001 Spoolid limit exceeded
- (22) POSIX/unix error codes
- UNX See errno.h
- (23) NJE interface
- 001 NJE interface routines not present
- 002 NJE interface not started
- 003 Error calling NJE subsystem - see LISTSERV log
- (24) SMTP error code
- XXX See RFC821 et seq.
- (25) License control
- 001 License capacity exceeded
- 002 Syntax error in license data
- 003 Incorrect license checksum
- 004 No license available, cannot start
- (26) Win32 error codes
- 65535 *** Error code out of supported range ***
- WIN Refer to the Win32 online help
- (27) WinSock error codes
- 10004 WSAEINTR
- 10009 WSAEBADF
- 10013 WSAEACCES
- 10014 WSAEFAULT
- 10022 WSAEINVAL
- 10024 WSAEMFILE
- 10035 WSAEWOULDBLOCK
- 10036 WSAEINPROGRESS
- 10037 WSAEALREADY
- 10038 WSAENOTSOCK
- 10039 WSAEDESTADDRREQ
- 10040 WSAEMSGSIZE
- 10041 WSAEPROTOTYPE
- 10042 WSAENOPROTOOPT
- 10043 WSAEPROTONOSUPPORT
- 10044 WSAESOCKTNOSUPPORT
- 10045 WSAEOPNOTSUPP
- 10046 WSAEPFNOSUPPORT
- 10047 WSAEAFNOSUPPORT
- 10048 WSAEADDRINUSE
- 10049 WSAEADDRNOTAVAIL
- 10050 WSAENETDOWN
- 10051 WSAENETUNREACH
- 10052 WSAENETRESET
- 10053 WSAECONNABORTED
- 10054 WSAECONNRESET
- 10055 WSAENOBUFS
- 10056 WSAEISCONN
- 10057 WSAENOTCONN
- 10058 WSAESHUTDOWN
- 10059 WSAETOOMANYREFS
- 10060 WSAETIMEDOUT
- 10061 WSAECONNREFUSED
- 10062 WSAELOOP
- 10063 WSAENAMETOOLONG
- 10064 WSAEHOSTDOWN
- 10065 WSAEHOSTUNREACH
- 10066 WSAENOTEMPTY
- 10067 WSAEPROCLIM
- 10068 WSAEUSERS
- 10069 WSAEDQUOT
- 10070 WSAESTALE
- 10071 WSAEREMOTE
- 10091 WSASYSNOTREADY
- 10092 WSAVERNOTSUPPORTED
- 10093 WSANOTINITIALISED
- 11001 WSAHOST_NOT_FOUND
- 11002 WSATRY_AGAIN
- 11003 WSANO_RECOVERY
- 11004 WSANO_DATA
- XXX See the WinSock documentation
-