hi
you can use CHECK.ROUTINE.EXIST procedure

example:

 V.RTN = "myroutine"
 V.COMPILED.OR.NOT = ''
 V.RETURN.INFO = ''
 CALL CHECK.ROUTINE.EXIST(V.RTN, V.COMPILED.OR.NOT, V.RETURN.INFO)
 IF V.COMPILED.OR.NOT EQ 0 THEN
     E = 'ROUTINE DOES NOT EXIST'
END

Look at Programming Standards.pdf for details

On Sep 25, 8:23 am, Vinoth <[email protected]> wrote:
> Hi,
>
> We are taking bulk of routine names and checking it across in an
> environment to find out its presence so we currently using "jshow -c
> RTN.NAME". It takes 30 sec to 1 min to get the result bec of this the
> performance of program is becoming very slow.
>
> If any body knows alternate command instead of "jshow" pls let me know
> it. Many thanks in advance.
>
> Thanks,
> Vinoth.

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