Example 1

 //SYSIN DD *
   SORT FIELDS=(1,6,A,28,5,D),FORMAT=CH
   RECORD TYPE=V,LENGTH=(200,,,,80)
   END
   OPTION DYNALLOC

Because the OPTION statement appears after the END statement, it is not read.