Etienne, I do not think you can do what you want. I have a program that will
show the connected user though.
Check out WRKODBCJOB ---->
http://home.roadrunner.com/~jbmmdietz/iseries.html
-------------------------
Bryan Dietz
3X Corporation
==============================
I know that when you make a jdbc connection that a QZDASOINIT job
processes
the request on the AS/400. We have multiple applications that use jdbc and
we would like to somehow measure and identify the QZDASOINIT utilization
on
a per application level.
As example:
Currently:
APP1 shows as QZDASOINIT user id QUSER
APP2 shows as QZDASOINIT user id QUSER
Would like to see:
APP1 shows as QZDASOAPP1 user id APP1
APP2 shows as QZDASOAPP2 user id APP2
I know that the QZDASOINIT job changes the profile that it runs as with
the
different jdbc users but the measured time still shows under QZDASOINIT
for
QUSER.
Is it possible to configure it so that if APP1 connects through JDBC that
you start different jobs (QZDASOINIT equivalent) and the same for APP2?
Etienne