Examples of ZWRITE

Example:

    GTM>ZWRITE ^?1"%"2U(0:":",)
    

This command displays the descendants of all subscripts between 0 and ":" of all global names starting with a "%" and having two upper case lettersa??for example, "%AB".

Example:

    GTM>ZWRITE A(,:,3)
    

This command displays all of the third level nodes with a subscript of 3 for local variable A.

Example:

    ZWRITE ?1"A".E(?1"X"3N)        
    

This would display data for any local variables starting with "A", optionally followed by any characters, and having any subscripts starting with "X" followed by three numerics.