why not use a bit of ingenuity ...
find two modules which You know everything about ( a CICS one and an IMS one )
run an AMBLIST along the lines of
//IDR EXEC PGM=AMBLIST
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DISP=SHR,DSN=<YOUR LOAD LIBRARY>
//SYSIN DD *
LISTIDR DDN=SYSLIB,MEMBER=<YOUR LOAD MODULE NAME>
and find out Yourself about the differences