Versions Compared

Key

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

In releases IBM i 7.1 and later, the The Saved auxiliary storage pool (SAVASP) parameter on the Restore Object using BRM (RSTOBJBRM) or Restore Library using BRM (RSTLIBBRM) command can be used to indicate the auxiliary storage pool (ASP) or independent auxiliary storage pool (IASP) from which the object or library was saved.In releases IBM i 6.1 and V5R4, RSTOBJBRM and RSTLIBBRM will use data area QTEMP/Q1ASAVASP to indicate independent auxiliary storage pool (IASP) from which the object or library was saved. To create the data area, use the following command:

CRTDTAARA DTAARA(QTEMP/Q1ASAVASP) TYPE(*CHAR) LEN(10) VALUE('xxxxxxxxxx')

where xxxxxxxxxx is the IASP name

NOTE: In releases IBM i 6.1 and V5R4M0, the following PTFs or their superseding PTFs are required:

...