FIRST – Logical First operation
Sets the default logical first operation within an application for any process that needs a logical start point.
FIRST(<operation>[,LINK][,ALL])
where:
<operation>
- The number of the operation to be considered the logical start point of the application.
LINK
- Instructs Workload Automation Programming Language to
create an automatic
ADDEP
statement to link to the first operation for any operation without a predecessor. ALL
- Together with
LINK
, instructs Workload Automation Programming Language to create automaticADDEP
statements to link to the first operation for all operations, including those with predecessors.
Note:
ALL
takes effect only ifLINK
is also specified.LINK
cannot be used in together withDBMODE(COPY)
orDBMODE(UPDATE)
.