Thank you!! That's exactly what I was looking for.
FWIW, my biggest issue with C lies in the character string area. As surely as PL1 reflects the architecture of S360 and its offspring, C reflects the AT&T processor Kernigan and Ritchie worked on. That processor lacked a character string data type. The null terminated string emulation used by C is (IMO) ghastly. It will be interesting to see how COBOL character data rules are implemented in C.