Examples of ZSHow

Example:

    GTM>ZSHOW "db"
    

This command displays all devices with deviceparameters reflecting their current characteristics followed by any current ZBREAK locations with their corresponding actions.

Example:

    GTM>ZSHOW "dbd"
    

This command displays the same output as the previous example.

Example:

    GTM>ZSHOW "ax"        
    

This command generates a run-time error.

Example:

    LAB1DO LAB2
    QUIT
    LAB2DO LAB3
    QUIT
    LAB3ZSHOW
    QUIT 
    

Produces the results:

    LAB3^RTN
    LAB2^RTN
    LAB1^RTN