Versions Compared

Key

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

Interface to change GUI only control groups attributes

...

  • 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

...

    • If Parm 3 is *TCPSERVER or *LTSSERVER only  *NO, *END, *RESTART or *BOTH are allowed

      Info

      BRMS recommends setting the *TCPSERVER value to *END when the IPL attributes and or startup program are using the system defaults to start TCP.


    • 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     ‘)