Hi N,
As I recall IPQs are created and managed in the CICS region. EPQs exist external to CICS. For example, an MVS/390 tape (yes, tape) dataset. They used to be used as log files.
I think the internal reader (INTRDR) is considered an EPQ.
The disadvantage of EPQs is that I/O to them generates an Operating System wait until the I/O is complete. This means that every CICS xaction in the region(and CICS itself) stops processing until the I/O completes.
Well, that's the way it used to work. It may have changed;
I haven't checked for a while. I haven't come across any "real life" examples of EPQs, so, aside from taking note of their existance, I don't think you'll have to be concerned about them.
Regards, Jack.