PROBLEM: (DJOB3K133, QAR 46595) (Patch ID: OSF375-060) ******** The ar command's -x option, which extracts archive files, may in error, return a message stating that the specified archive file was not found. To duplicate the problem, create a library with the command 'ar r /tmp/foo.a /tmp/bar.o'. Issuing the command 'ar -x /tmp/foo.a /tmp/bar.o' will generate the message "ar: Error: /tmp/bar.o not found" even though the file exists in the archive. With the fix, the same command extracts /tmp/bar.o from /tmp/foo.a without generating an error message. PROBLEM: (QAR 51801, QAR 55270) (Patch ID: OSF375-093) ******** The ar command is unable to find object modules specified for deletion or extraction whose names are longer than 13 characters.