OPTION

KEYWORD=n operands: You can use a symbol where you can use a number (n) with the SKIPREC and STOPAFT operands.

Example 1
  OPTION SKIPREC=n5,MAINSIZE=MAX,STOPAFT=n6
will be transformed to:
 OPTION SKIPREC=5,MAINSIZE=MAX,STOPAFT=6