[Info-vax] how to ignore (some?) errors during backup ?
Bob Koehler
koehler at eisner.nospam.encompasserve.org
Mon May 2 13:15:31 EDT 2011
In article <1c4596dd-53c0-48ea-ada9-deed53ee600c at gu8g2000vbb.googlegroups.com>, Pierre <pierre.bru at gmail.com> writes:
> hi,
>
> I sometime have this error during a backup
>
> %BACKUP-E-OPENIN, error opening $1$DGA1:[]FILE.EXT;1 as input
> -SYSTEM-W-NOSUCHFILE, no such file
> the backup command is :
> $ BACKUP $1$DGA1: /IMAGE $1$DGA2:[BACKUP]DGA1.BCK/SAV /IGNORE=(INTER)
Is BACKUP stopping, or is a script exiting? I have not done a lot of
backups on my 8.3 system, but I've never had BACKUP stop for such
issues.
The default action for DCL upon seeing an -E- is to abort the script
after the current command. You may need SET NOON or SET ON ERROR
to deal with BACKUP returning -E-.
More information about the Info-vax
mailing list