Why do you try to explain the EXPLAIN tables yourself?
Use the GUI or ASCII tools to do that for you:
GUI: In the Control Center select database -> explain SQL / Explained statement history
ASCII: use db2exfmt utility to read your access path and cost.
BTW: if you are on z/OS, there is now also Visual Explain available for free.
Go have a look.
If you just want the overall estimated cost, then use TOTAL_COST from EXPLAIN_STATEMENT table in LUW.
Or are you on z/OS ?