Example of the APF statement

The following example shows a PROGxx parmlib member that sets the format of the APF list to dynamic, and adds the following libraries to the APF list:
  APF FORMAT(DYNAMIC)
  APF ADD
      DSNAME(SYS1.SUPER.UTILS)
      VOLUME(614703)
  APF ADD /* Accounting records */
      DSNAME(SYS1.ACCTG.RECRDS)
      VOLUME(******)
  APF ADD
      DSNAME(SYS1.COMPU.DATA)
      SMS