Versions Compared

Key

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

...

The following table defines the enhanced format for backup item entry information. This format is only valid for backup control groups.

Offset

Type

Field

Dec

Hex

0

0

Binary(4)

Number of entries

4

4

Binary(4)

Length of entry information

8

8

Binary(4)

Starting message key

12

C

Binary(4)

Ending message key

16

10

Binary(4)

Offset to first entry

20

14

Char(1)

Completion type

21

15

Char(1)

Completion status

22

16

Char(7)

Completion error message

The following fields repeat for each entry.

 

 

Binary(4)

Offset to next entry

 

 

Binary(4)

Length of entry

 

 

Binary(4)

Offset to command

 

 

Binary(4)

Length of Command

 

 

Binary(4)

Sequence

 

 

Char(10)

Backup item

 

 

Char(4)

Backup item type

 

 

Char(10)

Backup item auxiliary storage pool device

 

 

Char(*)

Command

 

Using the enhanced functionality

...

The completion status for the backup item or control group is designated with:

N

Normal completion

E

Completed with errors

F

Failed to complete

Completion type

Indicates the type of completion information:

B

Backup item

C

Backup control group

Ending message key

This is the ending 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.

...

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ABUEPFM2 BUEPFM2 ' '*JOB')    - set up for current job only

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

...

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ABUEPALL BUEPALL ' '*JOB')    - set up for current job only

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

...

CALL QBRM/Q1AOLD PARM('SETUPFUN  ' '*SET    ' 'Q1ABUEPFM1BUEPFM1' '*JOB')    - set up for current job only

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

...

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

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

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

...

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

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

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

...

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

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

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

In 7.5 to display what the current setting is run the following command:

...