Editing an index definition member
An edit session on an index member occurs when:
- Enter is pressed from the Insert New member panel.
- The prefix command, E, is entered on the Index List panel.
- The primary command,
S existing_member_name
, is entered on the Index List
- INDEX=
- Identifies the index file which is a VSAM KSDS data set name that is created
by the build job. This should be the first statement, and only one index
data set name can be specified.Note: A build deletes the data set if it exists and creates it with a size appropriate for the number of words and occurrences found.
- LANG=
- The data set name containing the language definition for the following data sets.
- DSN1-DSNn
- Each line following must contain a data set that must be partitioned and have a Variable or Fixed blocked
record format.
All data sets must have like attributes.
Note: The LANG=,
DSN1-DSNn grouping must be repeated for
a different language or data sets with different attributes as illustrated in the
following example.
Index definition build process
The following diagram illustrates the build process for creating an index file from the artifacts described in the index member.