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 web-browser with layout data to resize in X and Y if the layout manager requests so, it also has maximum and minimum dimensions
screen section.
...
  03 screen-1-wb-1 Web-Browser
     line 23.9
     column 2.2
     size 62.2 cells 
     lines 25.6 cells 
     font Arial-0v0
     help-id 2043
     id 15
     max-width 120.0
     min-width 30.0
     min-height 10.0
     max-height 50.0
     layout-data 17
     hint "Web Browser - Veryant"
     value "https://www.yahoo.com"
     .