CS
Displays the stack of PERFORM levels, their command, and data.
Syntax
CS
Display
Each PERFORM level is shown within braces, the command being run at that level in single quotes, and any data being passed between PERFORM levels shown below the command.
Comment
See child context (DCC) and parent content (DPC) commands for toggling context-level debugging.
Example
{2}*CS
{2} 'PROG3'
{1} 'RUN BP PROG2'
'TEST DATA'
{0} 'PROG1'