Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Resume HTTP Crawling (RSMHTTPCRL) command allows you to resume a crawling session for a specified document list. The previous session must have been paused by running the End HTTP Crawler (ENDHTTPCRL) command specifying ACTION(*PAUSE).
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DOCLIST | Document list file | Path name | Required, Positional 1 |
Top |
Specifies a document list file that was used for a crawling session that has been paused.
This is a required parameter.
Top |
RSMHTTPCRL DOCLIST('/QIBM/USERDATA/HTTPSVR/INDEX/myindex.DOCUMENT.LIST')
This command resumes a crawling session that had been paused by running the End HTTP Crawler (ENDHTTPCRL) command with OPTION(*PAUSE).
Top |
Top |