Multiple choice technology web technology

Which gets executed last when Sort statements, include card, outrec, inrec,Outfil is placed?

  1. INCLUDE

  2. Outfil

  3. Outrec

  4. Sort statements

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In SyncSort processing, OUTFIL executes last as it handles final output file writing and formatting. The execution order is: SORT/INCLUDE statements → INREC → sorting → OUTREC → OUTFIL.