Layout-data
The Layout Manager can use this data to help determine the way to show the control. Each manager forces its own interpretation of the meaning of this data.
This property can have either numeric values (defined in the isresize.def Copybook) or alphanumeric values, depending on the Layout Manager associated to the window. See Layout managers for more information.
 
Example - Define a radio button that allows resize in X and Y and a maximum and minimum size in width and height
screen section.
...
  03 screen-1-rb-2 Radio-Button
     line 20.6
     column 21.7
     size 10.9 cells 
     lines 5.4 cells 
     id 5
     max-width 40.0
     min-width 10.0
     min-height 5.0
     max-height 20.0
     layout-data 17
     hint "Select this as alternative option"
     title "Option 2"
     .