| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove Log Entries from Job Scheduler (RMVLOGEJS) command allows you to clear the IBM Advanced Job Scheduler for i log based on a date range that you specify.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| TYPE | Type | *ALL, *RUN, *SUBMIT, *MAINT, *EMAIL, *WORKFLOW | Optional, Positional 1 |
| SLTDATE | Select dates | Element list | Optional |
| Element 1: From date | Character value, *CURRENT, *BEGIN | ||
| Element 2: To date | Character value, 180, *CURRENT, *END |
| Top |
Specifies the type of entries that you want to clear from the IBM Advanced Job Scheduler for i log. Examples of types of entries are run, submit, maintenance and so on.
| Top |
Specifies the range of dates that you want to use when clearing the IBM Advanced Job Scheduler for i log. The From date is the beginning point in the IBM Advanced Job Scheduler for i log that is cleared and the To date is the ending date.
Element 1: From date
Element 2: To date
| Top |
RMVLOGEJS TYPE(*ALL) SLTDATE('3/12/09' '4/12/09')
This command removes all log entries for the period March 12, 2009 to April 12, 2009. SLTDATE is expressed in mm/dd/yy format in this example.
| Top |
| Top |