Recent content by sekarv018

  1. S

    Dumping data into CSV format (urgent) ...

    Hi, You can use the export option to dump the records into a csv format Def stream s1. output stream s1 to "pathname/output.tpe" . for each tablename no-lock: export stream s1 delimiter "," tablename . end. output stream s1 close. Here pathname is the output path as to where you want to...
  2. S

    Behaviour of Find statement

    Hi , Thanks for your response...... Even i was under the same impression which you quoted just now..but then i am not able to digest the fact that it is returning an error in the test region.....and not in the local region.... Regards Sekar
  3. S

    Behaviour of Find statement

    hi, Yes i have doubly checked. 1) data is same. 2) i am not using no-error is because i want to see the error. 3) i am not sure about index corruption....but i do not think it is the case because i tried upating the same record it worked well....moreover on removing the last 0 it works as...
  4. S

    Behaviour of Find statement

    Hi, I have hit a peculiar scenario with the find statement which cannot be explained. Scenario: I have statement with find which i use to find out the ambiguity of a record. Suppose i have two customers with custnum = 394980 and custnum = 39498091 Now my query reads Find customer where custnum...
  5. S

    Performance Issues

    Hi , i would like to add a question to this....if in 32 bit itself we are getting a 98 percent buffer hit ratio will it make any difference on moving to 64 bit (no open edge).....just for remaining 2 percent? Since minus b here can be ruled out but can any other tuning be made to improve...
  6. S

    Dynamic Queries

    It is working for me too .....thanks.......
  7. S

    Dynamic Queries

    I think the dynamic attribute is applicable only for widgets ....
Top