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
ADDEPstatement to link to the first operation for any operation without a predecessor. ALL- Together with
LINK, instructs Workload Automation Programming Language to create automaticADDEPstatements to link to the first operation for all operations, including those with predecessors.
Note:
ALLtakes effect only ifLINKis also specified.LINKcannot be used in together withDBMODE(COPY)orDBMODE(UPDATE).