SAVELIST Argument
Use the SAVELIST
argument to save the list of objects that were
found for input to Batch Loader commands to identify the objects to update.
In the following example, the command finds all the applications
with the owner ID starting with
ABC
and pass that
list into Batch Loader command ADSTART
to change
the owner ID to start with XYZ
:OPTIONS OUTMASK(Y)
LIST ADCOM OWNER(ABC*) SAVELIST(ABCOWNED)
ADSTART SAVELIST(ABC*) OWNER(XYZ*)
Note: Do not use
SAVELIST
for names beginning
with an underscore (_), because this is the prefix that Workload Automation Programming Language uses
for any SAVELIST
commands that is generated
internally. Names prefixed with an underscore (_) are considered temporary
and might be automatically dropped by commands.