ENABLE Reference Manual

ENABLE COMMANDS
INFO Command
Examples
To display a list of the attributes that describe an application,
include the application name when you enter the INFO APPL command
option; for example, if an application named "emp-program" has
been added, the command:
INFO APPL emp-prog
causes ENABLE to display:
-------------------------------------------------------
Application EMP-PROG
-------------------------------------------------------
Pathcomfile $XYZ.PDQ.MYPATH
Pathcomskeleton $SYSTEM.SYSTEM.ENABPATS
SCOBOLobject $XYZ.PDQ.POBJ
SCOBOLskeleton $SYSTEM.SYSTEM.ENABAPPS
Terminal T16-6520
Title EMP-PROG
Tree (01 EMPLOYEE
02 DETAILS
Link EMPNUM to optional EMPNO )
To obtain a list of the boxes associated with an application,
enter:
INFO APPL emp-prog, BRIEF
ENABLE displays:
Application EMP-PROG
Box EMPLOYEE
Box DETAILS
To obtain information about the attribute values of a named
box, enter:
INFO BOX parts, DETAIL
To obtain a list of all boxes in the object table, enter:
INFO BOX *, BRIEF
3-20