550: Allocation of data_set failed: (rc=rc, err=err, info=info)

Explanation

During load module transfer processing, the FTP server attempted to allocate the load library data_set using dynalloc and failed.
data_set
The name of the load library that the FTP server attempted to allocate
rc
The decimal return code of the allocation attempt.
err
The hexadecimal error code of the allocation attempt.
info
The hexadecimal information code of the allocation attempt.

System action

Load module processing ends. No files will be transferred. FTP waits for the next command from the FTP client.

User response

See z/OS MVS Programming: Authorized Assembler Services Guide for explanations for the rc, err, and info codes and take appropriate corrective action.

System programmer response

See z/OS MVS Programming: Authorized Assembler Services Guide for explanations for the rc, err, and info codes and take appropriate corrective action.