I want to make panel with dynamic area and display multi line table ( both label and text box ),
but I don't know ho
This is rexx related question. Could plz move this topic to ==> Board index ‹ PROGRAMMING LANGUAGES ‹ CLIST & REXX
the statement You just made is plain wrong
a panel with a dynamic area to display a multiline <thing> is not a REXX related
so from the first post the proper place to carry on the discussion is ISPF
see here for hints on how to define and display am ISPF table
the ISPF manuals
http://publibz.boulder.ibm.com/cgi-bin/ ... s/ISPZPM70and here for the REXX manuals
http://publibz.boulder.ibm.com/cgi-bin/ ... s/IKJ4BK90and here ( dated but still the best ) for a detailed description of an ispf application
the ISPF PRIMER
http://publibz.boulder.ibm.com/cgi-bin/ ... 1028105440displaying data using ISPF tables is a two stage approach ...
fill the table, display the table
the way to go is dictated by the amount of data to be retrieved and displayed
because You will have to retrieve the DB2 data and fill the ISPF table
while it is reasonable to do it with a small amount of data it is not so for a larger one
both form a technical and ergonomical point of view
too many rows will imply a large ispf table with related resource usage issues
too many pages to be displayed will hurt the computer/end user interaction
IIRC the limit is around 10 screens of data ( 200/400 lines )
wich can be well handled by ISPF tables
if the data to be displayed is more than that review the whole application setup