Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Search Index (CHGSCHIDX) command changes a search index. A search index is used to refer to the online help information contained in one or more panel groups. You can access online help information from user interface manager (UIM) panels, through data description specifications (DDS) by pressing the HELP key, or through the index search function.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SCHIDX | Search index | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Search index | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
TITLE | Display title | Character value, *SAME | Optional, Positional 2 |
TEXT | Text 'description' | Character value, *SAME, *BLANK, *TITLE | Optional |
CHRID | Character identifier | Single values: *SAME, *SYSVAL Other values: Element list |
Optional |
Element 1: Graphic character set | Integer | ||
Element 2: Code page | Integer |
Top |
Specifies the search index to be changed.
This is a required parameter.
Qualifier 1: Search index
Qualifier 2: Library
Top |
Specifies the title you want to appear at the top of the display on which the search information is presented.
Top |
Specifies the text that briefly describes the object.
Top |
Specifies the graphic character set and code page values used for the search index. The value specified for this parameter must match the TXTCHRID parameter value of panel groups added to this search index.
Single values
Element 1: Graphic character set
Element 2: Code page
Top |
CHGSCHIDX SCHIDX(ACCOUNTING) TITLE('Accounting Help Index') TEXT('Accounting Help Index')
This command changes the search index ACCOUNTING in the current library.
Top |
Top |