Hello All. I received error GTO084E will trying to run an Optimizer Copy job. GTO084E - Function(GetRequestParms) File(Product-Parameters) I/O error. RC(102) The error message above does not tell me what kind of I/O processing error. I've looked but cannot find the VSAM feedback codes. Can someone help? TIA
Function(function_name) File(file_name) I/O error. RC(return_code),Type(access_type), IOFDBK(feedback_code) Explanation: An I/O error occurred when Tape Optimizer was attempting to access the specified file Tape Optimizer function that failed, the file name, the return code from I/O processing, the type of file or record access that was attempted, and the feedback code for the error. The access type can be one of the following: OPEN (open the file), FLOCATE (locate a record), FREAD (read a record), FUPDATE (update a record), FWRITE (write data to the file), or FDELREC (delete a record). The feedback code is composed of a constant (ENQFAIL, NOTFOUND, INVREQ, or OTHER) followed by a feedback return code, for example (OTHER(2)). User Response: For more information about the error, look up the feedback code in the IBM VSAM programming manual. Contact your system administrator if you need assistance. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

