Hi every one, I used CHECK.ROUTINE.EXIST it works very fine.Thank u very much for your reply .
On 9/26/10, Artiom Popov <[email protected]> wrote: > 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 > -- 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
