Versions Compared

Key

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

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.

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 srevers
  • *UNMNTUDFS – Unmount user-defined file systems
  • *RUNMAINT – Run maintenance after backup
  • Parm4: (Input, char 10) Attribute Value object list name - name or *ALL

Valid attribute values:

  • If Parm 3 is *TCPSERVER only  *NO, *END, *RESTART or *BOTH are allowed
  • If Parm 3 is *UNMNTUDFS or *RUNMAINT only *NO or *YES 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     ‘)