Connect:Direct for UNIX Conditional Statements

Conditional statements alter Process execution sequence based on the completion of the previous step in the Process.

The following is the Connect:Direct® for UNIX Conditional statements format.

Label Statement Parameters
optional if (label condition nn) then
    (process steps)
  else  
    (alternative process steps)
  eif  
optional goto label
    exit