Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is the starting message key for receiving messages generated by the processed entries. The exit program can receive messages for processed entries beginning with the starting message key through the ending message key. 

Using the Old World Call

To set the exit program to use format BKUI0200 which runs the exit program only at the end of the control group run one of the following commands:

...

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ABUEPFM2' '*SYS')    - set up to affect all jobs

 

To  To set the exit program to use format *BOTH which runs the exit program after each backup item and again at the end of the control group run one of the following commands:

...

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ABUEPALL' '*SYS')    - set up to affect all jobs

 

To  To set the exit program back to the default format BKUI0100 which runs the exit program after each backup item run one of the following commands:

...

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ABUEPFM1' '*SYS')    - set up to affect all jobs

To remove:

These ALL remove the Data Area at the job level, no need to run it for each function name.

CALL QBRM/Q1AOLD PARM('SETUPFUN ' '*REMOVE ' 'Q1ABUEPFM1' '*JOB') - remove for current job only

or CALL QBRM/Q1AOLD PARM('SETUPFUN ' '*REMOVE ' 'Q1ABUEPFM2' '*JOB') - remove for current job only

or CALL QBRM/Q1AOLD PARM('SETUPFUN ' '*REMOVE ' 'Q1ABUEPALL' '*JOB') - remove for current job only

These ALL remove the Data Area for all jobs, no need to run it for each function name.

CALL QBRM/Q1AOLD PARM('SETUPFUN ' '*REMOVE ' 'Q1ABUEPFM1' '*SYS') - remove for all jobs

or CALL QBRM/Q1AOLD PARM('SETUPFUN ' '*REMOVE ' 'Q1ABUEPFM2' '*SYS') - remove for all jobs

or CALL QBRM/Q1AOLD PARM('SETUPFUN ' '*REMOVE ' 'Q1ABUEPALL' '*SYS') - remove for all jobs

To check what is setup:

These ALL return the same info, no need to run it for each function name.

CALL QBRM/Q1AOLD PARM('SETUPFUN' '*DISPLAY' 'Q1ABUEPFM1' )

or CALL QBRM/Q1AOLD PARM('SETUPFUN' '*DISPLAY' 'Q1ABUEPFM2' )

or CALL QBRM/Q1AOLD PARM('SETUPFUN' '*DISPLAY' 'Q1ABUEPALL' )