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 <[email protected]> wrote: > 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 > TBDISPL > > On Wed, Apr 1, 2009 at 1:48 PM, sabarish kannan > <[email protected]>wrote: > > > 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 > > sometime it displays around 16 entries or so.Some records get duplicated > I > > tried using TBVCLEAR etc to clear but still sometimes it shows duplicate > > entries in the panel.Sometimes it is showing correctly. > > > > I am using the TBDISPL service to display the table entries . > > > > I am attaching the code for your reference. > > > > thanks in advance. > > > > Sabarish > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: GET IBM-MAIN INFO > > Search the archives at http://bama.ua.edu/archives/ibm-main.html > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

