Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Retrieve Stop Word List Source (RTVSWLSRC) command is used to retrieve the words from an IBM-supplied or user-created stop word list into a source file.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LANGID | Language ID | Character value | Required, Positional 1 |
SRCFILE | Source file | Qualified object name | Required, Positional 2 |
Qualifier 1: Source file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
SRCMBR | Source member | Name, *LANGID | Optional |
TYPE | Stop word list type | *IBM, *USER | Optional |
Top |
Specifies the language identifier (ID) for the stop word list.
This is a required parameter.
Top |
Specifies the qualified name of the source file used to receive the stop word list words. The contents of the source file are replaced.
The possible library values are:
This is a required parameter.
Top |
Specifies the name of the source file member used to receive the stop word list words. The member is in the source file specified on the SRCFILE parameter.
Top |
Specifies the type of stop word list being retrieved
Top |
RTVSWLSRC LANGID(ENG) SRCFILE(MYLIB/MYFILE)
This command retrieves the stop word list into source file MYFILE in library MYLIB that has the language ID ENG.
Top |
*ESCAPE Messages
Top |