HP 3000 Manuals

DEFN [ HP Transact Reference Manual ] MPE/iX 5.0 Documentation


HP Transact Reference Manual

DEFN 

Displays information about the definition of a particular item.

Syntax 

DEFN item_name 

Parameters 

item_name        The name of the item to define.

Discussion 

This command provides information about items within a Transact/iX
program.  For example, this command is useful if you want to see the size
(in bytes) of an item in the data register.

Example 

The following example uses the DEFN command:

     TRANDEBUG> DEFN item1 

                 -----------------------------------------------
                 ITEM1          5 Z+ (   4,   2,   8) = PARENT(1)

                 ALIAS ITEMS:                  ALIAS1
                                               ALIAS2
                                               ALIAS3

                 DEFINED IN SEGMENT:                0
                 -----------------------------------------------



MPE/iX 5.0 Documentation