Igor Micev wrote: > Hi All, > > I want to get information about routines about when they had been last > compiled. > I use jshow - c command in this way > --->jshow -c RTN.NAME and it displays some info including the last > routine time compiled > > I need the result to get in a variable automatically (then with > parsing the string, can find the time), ... actually want to run a > routine to obtain the last modified times of all local developed > routines. > > Can anyone help with this, or if another way to get that info, it > would be welcomed. > Unless this is runnign continuously (it shouldn't be ), then all you need do is:
EXECUTE "jshow -c ":routineName CAPTURING Output SETTING Code Then just parse the Output variable. 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 -~----------~----~----~----~------~----~------~--~---
