z/OS® Examples

If you configure Process arguments as:

&FA=%FA_BASEFILE_FOUND. &LM=%FA_MEMBER_FOUND. &BC=”%FA_FILE_FOUND.”

The following argument strings are submitted to the Process for each scenario:

  • The watched directory PDS is CUST.PROCLIB and member PAYROLL changed.
arg string= &FA=CUST.PROCLIB &LM=PAYROLL &BC="CUST.PROCLIB(PAYROLL)"
  • The watched directory file is CUST.*, and member BENEFITS of PDS CUST.PARMFILE changed.
arg string= &FA=CUST.PARMFILE &LM=BENEFITS
  • The watched directory is CUST.GDGBASE.* and CUST.GDGBASE.G0223V00 is created.
arg string= &FA=CUST.GDGBASE.G0223V00 &LM=.