To automatically delete Robot Alert history using Robot Schedule, you must first create a reserved command variable that calculates the date minus seven days. Then, you use that variable in the programs RBA905 and RBA906 to delete all but the last seven days of transmission and message history.
Creating a Robot Schedule Reserved Command Variable
-
In Robot Schedule, access the Reserved Command Variable panel.
-
In the Parameter field, enter I-007. This means you want the ISO date minus seven days.
-
Press function key F12 to save and exit.
-
Find the new variable in the list panel and enter a 2 next to it. This shows you a value. If the date is seven days earlier, you have defined the variable successfully.

Note: When you use a reserved command variable with programs RBA905 and RBA906, the variable must call the program RBT013.
Using Programs RBA905 and RBA906
In Robot Schedule, create a command type job for the type of history you want to delete:
-
To delete Robot Alert transmission history, use the following command:
CALL PGM(RBA905) PARM('1940-01-01@@ISOM700000000X')
-
To delete Robot Alert message history, use the following command:
CALL PGM(RBA906) PARM('1940-01-01@@ISOM700000000X')
where: PARM is 29 characters.
- characters 1-10 are the From date in Date data type (YYYY-MM-DD) format
- characters 11-20 are the To date in Date data type (YYYY-MM-DD) format
- characters 21-24 are the From time
- characters 25-28 are the To time
- character 29 is always X
In the above examples:
- The From date is 1940-01-01. All history from January 1, 1940 to the To date will be deleted.
- The To date is a Robot Schedule reserved command variable that calculates today's date minus 7 (see the previous page for information about creating the Robot Schedule reserved command variable).
- Using a From time of 0000 and a To time of 0000 guarantees that all of the history in the specified date range will be deleted.
Note: To delete all Robot Alert history, specify the From date as 1940-01-01 and the To date as 2039-12-31.
Last Modified On:
No, open a new Support Case