Yes this is very much possible. 1) Write a subroutine that will fetch the details of the activity and write to some log files you want it to. 2) You will need to create a different trigger for each event or activity you plan to capture using the commands create-trigger jutil_ctrl PREWRITE <<sub-routine in step 1>> create-trigger jutil_ctrl POSTWRITE <<sub-routine in step 1>> create-trigger jutil_ctrl PREDELETE <<sub-routine in step 1>> create-trigger jutil_ctrl POSTDELETE <<sub-routine in step 1>>
Once these two steps are done you could list the triggers just created using the LIST-TRIGGER -a /glotam/glosoft/jbc505/tmp/jutil_ctrl Hope this helps. Regards, Harish On Thu, Dec 9, 2010 at 1:54 AM, aft3rgl0w <[email protected]> wrote: > Hello all > > id like to know if theres a mechanism to automatically log every > jshell window users may have. > somebody logs onto jbase and performs all kinds of commands like JED, > SELECT etc....any way to log all that information? > > AIX 5.3 > jbase 4.1.5.29 > how about TAFC as well? > > Thank You. > > -- > 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
