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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
