Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The type of data compression can be specified for save files using the following commands:

To override the save file data compression:

CALL PGM(QBRM/Q1AOLD) PARM('PARMOVR' '*ADD' 'SAVFDTACPR' '*xxxxxxxx')

where '*xxxxxxx' is: 

  • *HIGH

  • *MEDIUM

  • *LOW

  • *YES

  • *NO

  • *DEV

  • *ZLIB (additional option for IBM i 7.4 and later)

To remove the save file data compression override:

CALL PGM(QBRM/Q1AOLD) PARM('PARMOVR' '*REMOVE ' 'SAVFDTACPR')

To display the save file data compression override:

CALL PGM(QBRM/Q1AOLD) PARM('PARMOVR' '*DISPLAY' 'SAVFDTACPR')


Using Software Compression for Tape

IBM i 7.5 and IBM i 7.4 has enabled software data compression for tape and virtual tape.

The following PTFs are required to enable software data compression support for tape and virtual tape:

7.5

  • 5770SS1-SI84525

  • 5770999-MF71323

  • 5770BR1-SI84629

7.4

  • 5770SS1-SI84526

  • 5770999-MF71322

  • 5770BR1-SI84643

For additional details reference Compression with ZLIB Algorithm.

The type of software data compression used by BRMS can be specified for backup to tape and virtual tape using the commands detailed above.

  • No labels