The following is (1) thank-you to RockDoctor and (2) a Summary for any one who encounters this problem.
I went to the site I was pointed too and got the download that worked form me - pdksh-5.2.14.1.i386.rpm. I tried to install it with rpm but found I was blocked by another package. I removed that package and installed this one and verified it was good with yum -- all this is shown below between the ----- lines for others to see. Although I got past this problem I am running into another installation problem further down the line. By the way -- I am just installing the Oracle db product and I am not installing a database at this time. Again, thanks for the assist -- I really appreciate it.
----------------------------------------------------------------------------------------
[root@HICKLIN321 Downloads]# rpm -Uvh pdksh-5.2.14-1.i386.rpm
error: Failed dependencies:
pdksh conflicts with (installed) ksh-20110630-7.fc16.i686
[root@HICKLIN321 Downloads]# rpm -e pdksh
error: package pdksh is not installed
[root@HICKLIN321 Downloads]# rpm -e ksh-20110630-7.fc16.i686
[root@HICKLIN321 Downloads]# rpm -Uvh pdksh-5.2.14-1.i386.rpm
Preparing... ########################################### [100%]
1

dksh ########################################### [100%]
[root@HICKLIN321 Downloads]# yum list pdksh
Loaded plugins: langpacks, presto, refresh-packagekit
Installed Packages
pdksh.i386 5.2.14-1 installed
[root@HICKLIN321 Downloads]#
----------------------------------------------------------------------------------------