FSUM3111
Could not read string1 when copying to string2: string3

Explanation

When compiling with optimization level 2, c89 must copy certain files from data sets to HFS files. But c89 could not read from the indicated data set, which is an output of the compilation, so it could not copy that data set to an HFS file.

The error message from the read function is at the end of the c89 message.

In the message text:

string1 is the data set name. string2 is the file name. string3 is the error message.

System programmer response

Try to correct the problem based on the specific error message. If you do not succeed, reenter the c89 command with the -v option and redirect stdout and stderr to a file. Keep this pseudo-JCL and error file and the c89 command specified for problem determination.

User response

Reenter the c89 command. If the problem persists, contact the IBM® service representative responsible for your installation.