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:
  • SYS1.SUPER.UTILS on volume 614703
  • SYS1.ACCTG.RECRDS on the current SYSRES volume
  • SYS1.COMPU.DATA, an SMS-managed library.
  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