CAN-FIND should not cause a temp table to be instantiated with the delayed instantiation of...

  • Thread starter Thread starter ed_o_s
  • Start date Start date
Status
Not open for further replies.
E

ed_o_s

Guest
The delayed instantiation of temp-table feature delays the instantiation of all temp-tables, prodatasets and their indexes until the temp-table or prodataset is actually used. However running the a command like "can-find(first ttthree)" results in the instantiation of the temp table. The enhancement request is to delay the create until the first record is added to the table and the can-find does not result in the instantiation of the temp table.

Continue reading...
 
Status
Not open for further replies.
Back
Top