Page 1 of 1

retrive multiple rows from ispf panel

PostPosted: Mon Jun 11, 2012 4:56 pm
by surime72
hi guys ,

i was displayed variables from table to panel ....
so when user update more than one row ie
abc
                                                                        ....
                                                                       123
                                                                        456
                                                                         .
                                                                           .

                                                                          www

so if the user upadte 123 to some hhh and www to some ccc
from the updated varibles from panel ineed to update table in program....
can u any one explain adout "ZTDSELS' with clear example ....was new to ispf dialog

Re: retrive multiple rows from ispf panel

PostPosted: Mon Jun 11, 2012 7:04 pm
by Pedro
Read the section 'Processing selected rows' in ISPF Dialog Developers Guide and Reference. In summary, use TBDISPLAY with no PANEL() until ZTDSELS is zero.