Previous Topic: ExampleNext Topic: Parameter Description


Non-interactive Editing

Command Syntax

The syntax for the noninteractive EDIT command varies depending on whether you are editing volume records or data set records. The syntax for editing volume records is:

EDIT volser { STACK {FIFO|LIFO} field1 [field2...fieldn]
            | REPLACE fieldname {NULL | newval [verval]} }

The syntax for editing data set records is:

EDIT volser fileseqnumber { STACK {FIFO|LIFO} field1 [field2...fieldn]
                          | REPLACE fieldname {NULL | newval [verval]} }