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 3 Next »

Interface to change GUI only control groups attributes

  • In PTF for 7.2 SI68567 and for SI68568 7.3, enhancements have been made to change the GUI only control group attributes for TCP/IP servers, unmount user-defined file systems, and run maintenance after backup.
  • In PTF for 7.3 SI78289, enhancements have been made to change the GUI only control group attributes for Allow activity overrides, Allow retention overrides, Lotus servers, Integrated Windows servers, and Guest partitions.
  • In 7.4 and later, support was added to change these attribute using WRKCTLGBRM option 8 (Change attributes).

Interface to control which control group will not use the select user space code.

  • Parm1: (Input, char 10)  OL Identifier CHGCTLGATR
  • Parm2: (Input, char 10) Control group name
  • Parm3: (Input, char 10) Control group attribute

Special values allowed:

    • *TCPSERVER – TCP/IP servers
    • *UNMNTUDFS – Unmount user-defined file systems
    • *RUNMAINT – Run maintenance after backup
    •  *ALWACTOVR  - Allow activity overrides
    •  *ALWRETOVR  - Allow retention overrides
    •  *LTSSERVER  - Lotus servers
    •  *IWSSERVER  - Integrated Windows servers
    •  *GUESTPART  - Guest partitions

  • Parm4: (Input, char 10) Attribute Value

Valid attribute values:

    • If Parm 3 is *TCPSERVER or *LTSSERVER only  *NO, *END, *RESTART or *BOTH are allowed
    • If Parm 3 is *UNMNTUDFS, *RUNMAINT, *ALWACTOVR, *ALWRETOVR  only *NO or *YES are allowed
    • If Parm 3 is *IWSSERVER or *GUESTPART only *NO, *VARYOFF, *VARYON or *BOTH are allowed

Examples

  1. CALL PGM(QBRM/Q1AOLD) PARM('CHGCTLGATR' ‘MYCTLGNAME’ '*TCPSERVER’ ‘*END      ‘)
  2. CALL PGM(QBRM/Q1AOLD) PARM('CHGCTLGATR' ‘MYCTLGNAME’ '*UNMNTUDFS’ ‘*YES      ‘)
  3. CALL PGM(QBRM/Q1AOLD) PARM('CHGCTLGATR' ‘MYCTLGNAME’ '*RUNMAINT ‘ ‘*YES     ‘)
  • No labels