Previous Topic: Control Break Processing

Next Topic: Summary of Suffixes, Reserved Words and Keywords


Summary of Statement Processing Sequence

If the CA JARS Wizard run does not use a SORT control statement:

(Reset Work Items)

CALL(I)

COMPUTE(S)

SELECT

REJECT

DECODE

COMPUTE

CALL

SELECT(L)

REJECT(L)

If the CA JARS Wizard run contains a SORT control statement:

PreSORT:

(Reset PreSORT Work Items)

CALL(I)

COMPUTE(S)

SELECT(P)/SELECT

REJECT(P)/REJECT

CALL(P)

DECODE(P)

COMPUTE(P)

SELECT

REJECT

PostSORT:

(Reset PostSORT Work Items)

COMPUTE(U)

SELECT(S)/SELECT

REJECT(S)/REJECT

DECODE

COMPUTE

CALL

SELECT(L)

REJECT(L)