|
Pete, Ah! We've never tried calling CLs through JDBC so I didn't twig that that's how you were doing the call in order to get the message to come out in the correct job log. That's really, really useful, thanks so much for posting this! Nigel Gay, Computer Patent Annuities. Pete Helgren <Pete@xxxxxxxxxx> Sent by: To java400-l-bounces Java Programming on and around the @midrange.com iSeries / AS400 <java400-l@xxxxxxxxxxxx> cc 06/01/2006 00:52 Subject Re: QZDASOINIT Jobs Please respond to Java Programming on and around the iSeries / AS400 <java400-l@midran ge.com> Well, I created a quick couple of programs to demonstrate what I am doing. I am using the JDBC driver from jt400.jar but it is a standard SQL execute statement that calls the program through the JDBC connection. You can view the very bare bones code here: http://code.midrange.com/index.php?id=8b06e71f66 The JDBC connection job log displays the following (using the WRKODBCJOB command): Job 228822/QUSER/QZDASOINIT started on 01/05/06 at 20:51:41 in subsystem QUSRWRK in QSYS. Job entered system on 01/05/06 at 20:51:41. User PETE from client 10.0.20.117 connected to server. CURRENTLY RUNNING PROGRAM IS:MyProgram You could pass any value into the CL. I created a String variable in the Java program and set it to "MyProgram" and then passed it as parameter in the call. Hope this helps a bit. Pete Helgren NGay@xxxxxxxxxxxxx wrote: >>I'd argue that using WRKODBCJOB is MUCH easier. Sure you can use >>WRKACTJOB JOB(QZDASOINIT) and then laboriously step through each job to >>see who the user is that is being serviced, or you can just use >>WRKODBCJOB and SEE who the serviced user is without looking at the job >>log. I LOVE this utility! >> >>However, to get calling application information into the job log you >>could just call a CL program from your app that simply outputs that >>information (Passing the application function as a parameter perhaps). >> >> > >Pete, > >How would this work? If I have a Java program making an SQL connection to >one of the iSeries, and this uses the toolbox/PCML to call a CL program, >that CL program will execute in the Remote Command Daemon job, QZRCSRVSD. >Any messages that the CL outputs (presume you mean using SNDPGMMSG) will >appear there, not in the QZDASOINIT job. Is there any way from Java to >make a message appear in the QZDASOINIT job log? > >Thanks very much, > >Nigel Gay, >Computer Patent Annuities. > > > >******************************************************************************** >The information in this message is confidential and may be legally >privileged. It is intended solely for the addressee; access to this >email by anyone else is unauthorised. > >If you are not the intended recipient: (1) you are kindly requested >to return a copy of this message to the sender indicating that you >have received it in error, and to destroy the received copy; and (2) >any disclosure or distribution of this message, as well as any action >taken or omitted to be taken in reliance on its content, is prohibited >and may be unlawful. >******************************************************************************** > > > -- This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/java400-l or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l. ******************************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee; access to this email by anyone else is unauthorised. If you are not the intended recipient: (1) you are kindly requested to return a copy of this message to the sender indicating that you have received it in error, and to destroy the received copy; and (2) any disclosure or distribution of this message, as well as any action taken or omitted to be taken in reliance on its content, is prohibited and may be unlawful. ********************************************************************************
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.