Connect:Direct for HP NonStop 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 HP NonStop Conditional statements format. See the Sterling Connect:Direct for HP NonStop Process Parameters for more information.

Label Statement Parameters
optional IF (label condition nn) THEN
    (process steps)
  ELSE  
    (alternative process steps)
  EIF  
optional GOTO label
  EXIT