Hi, does anyone knows why temenos is still using the f.read f.readu f.write etc. In the past it was using for i/o etc and transaction mechanism but now with jbase we don't need it anymore. But temenos coding standards are still saying that we need it. Sometimes we have a memory error in a loop for more than 25000 records. using normal read solves it.
Thanks On Apr 8, 4:45 am, Jim Idle <[email protected]> wrote: > Praveen wrote: > > Hi Micev, > > > T24 programming standards refrains you from calling T24 API's outside > > T24 environment. But still if you insist on calling T24 API's from > > jsh, you can follow this(only if you wish) > > you can initialize the Global COMMON variables and then invoke GLOBUS > > API's. If you're working post T24 R07 release, replace the call to > > GLOBUS.INITIALISE with T24.INITIALISE > > *---------- > > SPFFile = 'F.SPF' > > SPFFileHandler = '' > > SPFFileID = 'SYSTEM' > > SPFFileRec = '' > > SPFReadErr = '' > > CALL GLOBUS.INITIALISE > > CALL OPF(SPFFile,SPFFileHandler) > > CALL F.READ(SPFFile,SPFFileID,SPFFileRec,SPFFileHandler,SPFReadErr) > > *--------- > > I hate to think of the performance overhead of calling a subroutine > every time you want to do a single READ :-( > > Jim- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
