Hi Jim,

It is not just a single READ. I have filled local tables with some
meta data about the locally developed routines in the system. My idea
is to just type RTN.INFO, and the name of a routine and to obtain
information about that routine.

Fortunately it works, and by the way I also tried another successful
way by using VOC file, as also Gayathri said in this discussion.
I want to make my utility like for example jshow -c Object.Name,
I haven't tried such thing till now, but also don't know how, and
haven't meet something similar in the references.

So now the question is how to make my routine RTN.INFO to be executed
from jshell in the following way:
RTN.INFO -[options]  [rtn_names]

Kind regards
Igor

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

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

Reply via email to