Versions Compared

Key

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

...

Old world call commands for the additional logging function in BRMS:

call qbrm/q1aold parm(‘SETUPFUN’ ‘*SET’ ‘Q1ALOGMSGS’ ‘*JOB’)

for enabling the function for the current, signed-on session.

call qbrm/q1aold parm(‘SETUPFUN’ ‘*SET’ ‘Q1ALOGMSGS’ ‘*SYS’)

to enable the function globally across all BRMS backup/recovery

To display the current logging settings for BRMS:

call qbrm/q1aold parm('SETUPFUN' '*DISPLAY' 'Q1ALOGMSGS’)

shows if additional logging is enabled for BRMS

If additional logging is not needed, you can remove the function on a specific job or across the system:

call qbrm/q1aold parm('SETUPFUN' '*REMOVE ' 'Q1ALOGMSGS' '*JOB')

removes the setting from a specific job

call qbrm/q1aold parm('SETUPFUN' '*REMOVE ' 'Q1ALOGMSGS' '*SYS')

removes the additional logging across the system

...