Versions Compared

Key

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

...

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#E3FCEF

Reusing a Control Group Name

  • Because the WRKCTRLGBRM WRKCTLGBRM function does not have RENAME option, to convert a control group that contains GUI-created Omits into a new control group that uses backup object lists, you first must copy the old control group into a new control group. Next, delete the old control group. Then copy the new control group again; this time naming it the same as the original control group and delete that first copy.

...

When using the the Create Control Group Based On (Q1ACRTCGBO) API, a new optional parameter has been added to indicate that the copy should migrate the object omits.

Required Parameter Group:

1

New control group name

Input

Char(10)

2

Based on control group name

Input

Char(10)

3

Control group type

Input

Char(10)

4

Copy control group entries

Input

Char(1)

5

Error code

I/O

Char(*)

Optional Parameter Group:

6

Migrate to object list omit

Input

Char(1)

Default Public Authority: *USE

Threadsafe: No

Required Parameter Group

New control group name

...