poodles511@sbcglobal.net [hercules-390]
2017-06-02 12:11:07 UTC
I've been using WC3270 for some time and it works quite well. I stumbled on a factory boxed and sealed copy of IBM Personal Communications V5.00 (PCOMM) on eBay. It wasn't the most current version, but it was dirt cheap. It took a minor effort to install on Windows 10 X64, and it did install cleanly. Now the fun started. When I used PCOMM to start a 3270 window and then try to connect to a Hercules session, I got a 'PROG753' 3270 error. No VTAM splash screen displayed, just the 'PROG753' error. After some internet investigating, I tracked my issue down to the USSN table. My USSN table uses 3270 color extended attributes, assembles and links cleanly, and works like a champ under WC3270. But, it seems that PCOMM does not like any color attribute byte value greater than x'F7' (white). Unfortunately my USSN table used a x'FF' (bright white) color attribute. This was the cause of the PCOMM 'PROG753' error. After changing all x'FF' (bright white) attributes to x'F7' (white) attributes, all is again right in the world. So for anyone out there contemplating the use of IBM PCOMM, check your 3270 data streams and USSN table verifying any/all color extended attribute byte values.