NET/MASTER Network Control Language (NCL) Reference Manual

FILE PUT
Verbs
3–94 106126 Tandem Computers Incorporated
For more information on key-sequenced and entry-sequenced files, refer to the
NonStop NET/MASTER NCL Programmer's Guide.
Example
The following example replaces the record with the key contained in &USER1 for the
file with the local file identifier HELP. The variable &USER1 contains the key of the
record. The contents of the variables &T, &D, and &U form the data to update the
record:
FILE PUT ID=HELP KEY=&USER1 VARS=(&T,&D,&U)