LES$SDAHELP.HLB  —  SHOW  CDB
 	SHOW CDB

 	SHOW CDB <cdbname|cdbaddress>|/ALL [/FULL]

 	cdbname == <ppiname>.<portname>.<cdbname>

 	eg. SHOW CDB les$netman.regis*.m?nage

      Displays the address of the cdb found if it exists. Wildcards
      are allowed at any place in the cdbname string so this provides
      a useful method of looking for any named cdb, cdbs on a particular
      port or ppi.

      A cdb address may be specified instead of the cdbname. No special
      qualifiers are required to do this. Symbols may be specified also.

 	eg. SHOW CDB 802436d0
 	    SHOW CDB CDB_1

      (The CLI just assumes that all cdb addresses will be 8 characters
      long and start with an 8 so if it sees anything like that it
      tries to convert it into hex...)

      Symbols of the form CDB_n dynamically created.

1    /CONNECTED

        SHOW CDB cdbname /CONNECTED

      Shows the address of the cdb connected to the cdb specified.

2    /ALT

        SHOW CDB cdbname /ALT

      Shows the address of the ALT cdb connected to the cdb specified.

3    /NOFIND

       SHOW CDB cdbname /NOFIND

      Does not attempt to find the CDB on the CDB queues. Useful to
      look at CDB templates.
Close Help