Owner's manual

Command Interpreter
HP AutoSYNC User’s Guide522580-015
8-109
UPDATE
UPDATE
Modifies field values in records from an Enscribe file. Most of the parameters
are identical to COPY
.
UPDATE file [, update-options ];
update-options is:
{ selection-options }
{ tape-options }
{ display-options }
selection-options is:
{, COMParelen <1-to-255> }
{, COUNT num-records }
{, FIRST { ordinal-record-num |}
{ { KEY { record-spec | key-value [, key-value ]} | }
{ { key-spec ALTKEY key-value [, key-value ] } }
{, FROMLAST }
{, EXACT }
{, REVERSE }
{, SHARE }
{, SKIPMATCH }
tape-options is:
{, REWINDIN | NO REWINDIN }
{, REWINDOUT | NO REWINDOUT }
{, UNLOADIN | NO UNLOADIN }
{, UNLOADOUT | NO UNLOADOUT }
Continued