550: Allocation of temporary data set failed: (rc=rc, err=err, info=info)

Explanation

During load module transfer processing, the FTP server attempted to allocate a temporary data set using dynalloc and failed.
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, dynalloc, 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, dynalloc, for explanations for the rc, err, and info codes and take appropriate corrective action.