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

Version 1 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

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')

Notes:

  • In releases IBM i 7.1 and earlier, the following PTFs or their superseding PTFs are required:

7.1 SI44710
6.1 SI44709
V5R4M0 SI44708

  • No labels