File Transfer Error Messages

TRANS00
Error in file transfer: file transfer canceled
Explanation: An error occurred in the file transfer, which may be an error in the data being transferred, or an unidentified system error.
   
TRANS03
File transfer complete
Explanation: The file transfer operation has been successfully completed.
   
TRANS04
File transfer complete with records segmented
Explanation: The file transfer operation has been completed, and any record greater than the logical record length (LRECL) of the file being appended has been divided and becomes multiple records.
   
TRANS05
Personal computer filespec incorrect: file transfer canceled
Explanation: An error exists in the PC's file name.
   
TRANS06
Command incomplete: file transfer canceled
Explanation: You did not enter the required parameters after a SEND or RECEIVE command.
   
TRANS13
Error writing file to host: file transfer canceled
Explanation: The host program has detected an error in the file data during a RECEIVE operation.
   
TRANS14
Error reading file from host: file transfer canceled
Explanation: The host program has detected an error in the file data during a RECEIVE operation.
   
TRANS15
Required host storage unavailable: file transfer canceled
Explanation: You need 30 KB of main storage (not disk space) on the host for the file transfer, in addition to the host requirement.
   
TRANS16
Incorrect request code: file transfer canceled
Explanation: An invalid SEND or RECEIVE parameter was sent to the host.
   
TRANS17
Missing or incorrect TSO data set name: file transfer canceled
Explanation: You did not specify the TSO data set name, or the specified TSO data set name is not a sequential or partitioned data set.
   
TRANS17
Invalid file name: file transfer canceled
Explanation: The command that started the file transfer specified a file name that is not a valid file name for the host. Correct CICS file names must be 1 to 8 characters, composed of letters and numbers.
   
TRANS17
Missing or incorrect CMS data set name: file transfer canceled
Explanation: You did not specify the CMS data set name, or the specified CMS data set name is incorrect.
   
TRANS18
Incorrect option specified: file transfer canceled
Explanation: You specified an option that is invalid.
   
TRANS19
Error while reading or writing to host disk: file transfer canceled
Explanation: There is not enough space available for data on the host.
   
TRANS28
Invalid option xxxxxxxx : file transfer canceled
Explanation: You selected an option that is either not recognized, is specified as a positional keyword, or has an associated value that is incorrect.
   
TRANS29
Invalid option xxxxxxxx with RECEIVE: file transfer canceled
Explanation: You selected an option that is not valid with RECEIVE, but can be used with SEND.
   
TRANS30
Invalid option xxxxxxxx with APPEND: file transfer canceled
Explanation: You selected an option that is not valid with APPEND, but otherwise may be used.
   
TRANS31
Invalid option xxxxxxxx without SPACE: file transfer canceled
Explanation: You selected an option that can only be used if SPACE is also specified.
   
TRANS32
Invalid option xxxxxxxx with PDS : file transfer canceled
Explanation: You selected an option that is invalid with a host-partitioned data set.
   
TRANS33
Only one of TRACKS, CYLINDERS, AVBLOCK allowed: file transfer canceled
Explanation: SPACE can be specified in units of TRACKS, CYLINDERS, or AVBLOCK , and only one option can be used.
   
TRANS34
CMS file not found: file transfer canceled
Explanation: You did not specify an existing CMS file for RECEIVE.
   
TRANS35
CMS disk is read-only: file transfer canceled
Explanation: You specified a CMS file mode for the SEND key that does not allow write access.
   
TRANS36
CMS disk is not accessed: file transfer canceled
Explanation: You specified a CMS file mode that is not in the CMS search order.
   
TRANS37
CMS disk is full: file transfer canceled
Explanation: The CMS disk is full, or the maximum number of files on the minidisk (3400) has been reached, or the maximum number of data blocks per file (16060) has been reached.
   
TRANS99
Host program error code xx xxxxxxxx : file transfer canceled
Explanation: This is a host program error.