Regarding problem of clearing of ISPF tables in a panel , getting multiple entries

2009-04-01 Thread sabarish kannan
Hi I am having a problem of the entries being shown on a panel from a ISPF table sometimes showing multiple entries wrt actual entries in a file during the first time of invoking the panel. I am reading from a file and displaying in a panel using ISPF tables.If actually there are only 7 entries

Re: Regarding problem of clearing of ISPF tables in a panel , getting multiple entries

2009-04-01 Thread Itschak Mugzach
Do U use Control Errors return? If so, you need to TBEND the table before trying to create it (Control errors return might cause that your TBCREATE failes, but the table is already in memory, thus TBADD will waork on the currently opened table: Control errors return TBEND tbl TBCREATE tbl TBADD T

Re: Regarding problem of clearing of ISPF tables in a panel , getting multiple entries

2009-04-01 Thread sabarish kannan
Hi Itschak Thanks for the reply. But i am not using CONTROL ERRORS RETURN.I am only using CONTROL NONDISPL for one more ISPF table XTB , as you can see from my code. Sabarish On Wed, Apr 1, 2009 at 4:54 PM, Itschak Mugzach wrote: > Do U use Control Errors return? If so, you need to TBEND the