BKAUXTRC
The exit is started with a command line that contains the name of the backup file with its location.
Nothing.
No return codes.
The following sample program shows the COBOL code used with the BKAUXTRC exit:
        01 ws-command-line.
          03 ws-command-line-size pic x(2) comp-x.
          03 ws-command-line-data pic x(256).
        01 ws-reply pic x.
        procedure division.
          accept ws-command-line-data from command-line
          *> do what you need to do to archive the file
          goback.