SDI

PURPOSE:  SDI is an equated command that lists the structure of the current Data Index (DI) that is in use or one specified in the command.  The information listed includes index type, domain names, and the Data Set (DS) to which the index is associated.  NOTE:  A Data Base Library (DBL) must be in use for this command to work.  A DS with its DI must also be in use or else specify DI name with the command.

Syntax

SDI [di_name [IN DBL dbl_name]]

di_name

Specifies the name of a DI entry in the current DBL unless a DBL clause is given.

in DBL.DBL.name

Specifies the name of the DBL where the DI is defined if it is not in the currently declared DBL.

EXAMPLE

*sdi sui in DBL sui
structure for DI sui in DBL sui
INDEX TYPE IS RAM
INDEX TO SUI
DOMAIN F1 ON F1, ID
DOMAIN F2 ON F2, ID, DUM
DI[;OCATES NOT ALLOWED
DOMAIN F3 ON F3, ID
DOMAIN F4 ON F4, ID
DOMAIN F5 ON F1, F2, F3, F4, ID, DUM
DUPLICATES NOT ALLOWED
DOMAIN LASTF ON LASTF, ID