Schedule Log Deletion command

The Schedule Log file stores one record of data for each schedule execution. Delete unnecessary data at regular intervals.

Format of command

schrmlog {-a|-id scheduleID} [-from Date1] [-to Date2]

Explanation of the parameters

-a|-id scheduleID

Schedule ID of the schedule that you want to delete (Mandatory)

-a:

All log records

-id scheduleID:

Log record for the specified schedule ID

When you specify '-id,' specify a string of alphanumeric characters (and "_" if desired) that is within 50 bytes.

-from Date1 -to Date2

Date of deletion (Optional)

Specify this parameter in a numeric string within 8 bytes.

Specify the date in the format that is specified for Date Format (datefmt) in the System Environment Settings.

It is necessary to specify the date in the range of Date1<=Date2. The specified Date1 and Date2 also become targets for deletion.

When '-from' is omitted, all the dates up to the date specified in '-to' will be displayed.

When '-to' is omitted, all the dates from the date that is specified in '-from' will be displayed.

When both are omitted, all the dates will be displayed.