Session Data View

The Session Data view keeps track of the keywords and expressions as it runs to completion. When initiate a debugging session, the Session Data view restores the posted items from the previous debug session.

You can monitor the values of keywords and expressions in a debug session. When the application encounters a breakpoint, it automatically updates the values for the keywords and expressions during a debug session and stores them in the Session Data view. Each keyword posted to the Session data view will have an associated DSECT (Dummy Control Section). The DSECT contains the data mapping layout of that keyword.

The Session Data view shows the values of the posted items in a tabular format:

You can modify the values of the items in the Session Data view if you want.

More Information

View Types