PROBLEM: (QAR 47890, QAR 52639) (Patch ID: OSF425-132) ******** This patch fixes a problem in which the awk -FS command does not display the correct output. For example, echo "pat@lampert@31050" | awk '{FS = "@";print $1$2$3}' should print "patlampert31050". Instead, it prints "pat@lampert@31050", which is incorrect. PROBLEM: (QAR 64129, QAR 65035, BCGMA023Q) (Patch ID: OSF425-405482) ******** This fixes a problem in the awk command. The maximum number of fields per record was changed from 99 to 199. PROBLEM: (QAR 67601) (Patch ID: OSF425-405557) ******** This patch fixes problem with awk printing incorrectly.