Will either add or modify the ABC and the DEF rcd in the sys.program
file.
Description:
xlupd will read a sequential file and either add or modify
rcds in a 4C data file.
If no -v variables are specified,
then xlupd assumes the sequential file has one field for
each data field in the 4C data file.
If any -v variables are specified,
then xlupd assumes that the sequential file has fields
corresponding to the primary key of the 4C data file and
the -v vars.
You do not need to specify -v for any of the primary key fields.
xlupd will either add or modify the corresponding rcd in the 4C
data file.
If the record already exists, fields without a corresponding
field in the sequential file are not modified.
xlupd can be used in conjunction with
xlconv and your favorite text editor
to quickly make complicated changes to your test
data.