File Utility Program (FUP) Management Programming Manual

FUP Programmatic Interface
File Utility Program (FUP) Management Programming Manual523322-001
2-28
FUP Definitions
ZNAME
is the name of the file that FUP was processing (or attempting to process)
when the error occurred.
ZCOMMAND
is the FUP command that was executing when the error occurred.
ZOBJECT
is the object type for the FUP command.
Note. For more information about all FUP error numbers and their corresponding
error lists, see Appendix B, FUP Error Messages
.
Table 2-7. Errors Returned by All FUP Commands
Error
Number
Symbolic Name
(ZFUP-ERR-) Description
0 OK The command finished successfully.
1 INV-COMMAND FUP found an invalid command.
2 INV-OBJECT FUP found an invalid object type.
3 INVALID-TOKEN FUP found an invalid token.
4 MISS-TOKEN FUP detected a missing token.
5 MISS-FIELD FUP detected a missing field.
6 EXTRA-TOKEN FUP found an extra token.
7 INV-VALUE FUP found an invalid token or field.
8 INV-CONTEXT FUP found an invalid context token.
9 INV-TEMPLATE FUP found an invalid template.
10 LONG-COMMAND A command was too long.
11 WRONG-SSID The application specified an invalid FUP subsystem ID.
12 WRONG-SERVER The application specified an invalid FUP server version.
13 EMPTY-RESP FUP returned an empty response.
14 NO-MEM Insufficient memory was available.
15 EDITREAD An EDITREAD error occurred.
16 SORT A FASTSORT error occurred.
17 FILESYS A file-system error occurred.
18 GUARD A NonStop Kernel error occurred.
19 SPI An SPI subsystem error occurred.
20 PE A programming error occurred.