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 automatic ADDEP statements to link to the first operation for all operations, including those with predecessors.
Note:
  1. ALL takes effect only if LINK is also specified.
  2. LINK cannot be used in together with DBMODE(COPY) or DBMODE(UPDATE).