Backup and Restore 2 Manual

BRCOM Commands
Backup and Restore 2 Manual522696-019
5-11
Guidelines
Today’s date is the default. The default time is 00:00:00 (midnight) of today’s
date.
day
is a 2-digit integer in the range 1 through 31 that specifies the day.
month
is one of these:
JAN, FEB, MAR, APR, MAY, JUN,
JULY, AUG, SEP, OCT, NOV, DEC
year
is a 4-digit integer in the range 1900 through 2999.
hour
is a 2-digit integer in the range 0 through 23.
minute
is a 2-digit integer in the range 0 through 59.
second
is a 2-digit integer in the range 0 through 59.
Guidelines
If the job’s temporary files such as the BRCMD file and the BRIC file have not been
deleted, issue the CLEANUP JOB command before the DELETE JOB command.
You cannot specify a time range by including both the BEFORE and AFTER
conditional in the same command.
If a job ends abnormally, its end time might not be recorded. That job cannot be
deleted using the conditional parameter if its end time is not known.
If you specify a date without a time and the AFTER conditional, all jobs on that
date are deleted because the default time is 00:00:00 (midnight).
Examples
BR> DELETE JOB zbr005be ;
BR> DELETE JOB *, AFTER 1 JAN 1997 06:30 ;
BR> DELETE JOB *, AFTER 1 JAN 2004 ;
BR> DELETE JOB *, BEFORE 9:00 ;
BR> DELETE JOB *, OWNER 255,255 ;