NetBase for MPE Reference Guide
NetBase Shadowing
5-29
Entry Point Description
REMOVEALL
Deletes all automatically added entries, including ones in the queue state.
RESET
Running NBSYNC using this entry point causes NBSYNC to not invoke the
restore command, but to just prompt for the files to be reset. This is often
used when it is desired to restore the files with a utility other than the MPE
RESTORE command.
Note! The RESET entry point assumes the file has been restored using an
OLDDATE option, which preserves the last modify time information of the
original file. If the restore operation built the file new or otherwise
changed the last modify time information, use the ENTER entry point
described below.
VERIFY
Allows jobs and UDCs to check to see if a file is in the discard, sync or
queue state by setting a JCW. When you run NBSYNC with the VERIFY
entry point, specify the file (or fileset) in the INFO string. The following
example shows the values for a JCW named VERJCW.
:RUN NBSYNC.PUB.NETBASE,VERIFY;INFO="@.GROUP.ACCT"
:SHOWJCW
VERJCW values:
0 Everything is okay
1 File is in the QUEUE state
2 File is in the SYNC error state
4 File is in the DISCARD state
Note: If more than one value applies, they will be added.