Positions 36-80 (Extended Factor 2)
Positions 36-80 (Extended Factor 2)
A free form syntax is used in this field. It consists of combinations of operands and operators, and may optionally span multiple lines. If specified across multiple lines, the continuation lines must be blank in positions 7-35.
The operations that take an extended factor 2 are:
- CALLP (Call a Prototyped Procedure or Program)
- DATA-GEN (Generate a Document from a Variable)
- DATA-INTO (Parse a Document into a Variable)
- DOU (Do Until)
- DOW (Do While)
- ELSEIF (Else If)
- EVAL (Evaluate expression)
- EVAL-CORR (Assign corresponding subfields)
- EVALR (Evaluate expression, right adjust)
- FOR (For)
- FOR-EACH (For Each)
- IF (If)
- ON-ERROR (On Error)
- ON-EXCP (On Exception)
- ON-EXIT (On Exit)
- RETURN (Return to Caller)
- SND-MSG (Send a Message to the Joblog)
- SORTA (Sort an Array)
- WHEN (When True Then Select)
- XML-INTO (Parse an XML Document into a Variable)
- XML-SAX (Parse an XML Document)
See the specific operation codes for more information. See Continuation Rules for more information on coding continuation lines.