The DSPDLOG command is returning a lot less Information from the XCOMLOG after an Upgrade to r11.
The initial record limit for the detail log is 1000 after an install. In the previous release of CA XCOM, the record limit was configured to be 100000. After the upgrade this limit was automatically reset to 1000, which is the default.
CA XCOM maintains the Detail log automatically archiving it and clearing it according to the record limit that is set.
Do not modify the data area to increase the size.
Use the command:
CHGDLOG WHEN(*CNTRLD) SIZE(100000)
and the detail log will retain the specified size.