× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'm not sure what you're asking for exactly. Have you checked the Job class
in the toolkit. Here is an excerpt from the Javadoc:

Note: To obtain information about the job in which a program or command
runs, do something like the following:

AS400 system = new AS400();
ProgramCall pgm = new ProgramCall(system);
pgm.setThreadSafe(true); // Indicates the program is to be run on-thread.
String jobNumber = pgm.getServerJob().getNumber();

Gary

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-
bounces@xxxxxxxxxxxx] On Behalf Of Thorbjørn Ravn Andersen
Sent: Thursday, February 07, 2008 2:02 PM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Dumb library list question?

Joe Pluta skrev den 07-02-2008 19:01:
David Gibbs wrote:

That's a pain. Java on the i should know about that kind of thing.


Yeah, I can see your point. But really, this isn't Java on the i,
it's
JTOpen. And technically the calling JVM can be running on another

It would be very, very nice, if there was SOME way of learning about
yourself in Java on the iSeries. It is not important for me to be able
to move off the iSeries, I would like to be able to see THIS job which
runs my java stuff. I have been completely unable to locate anything
that will let you know that. Do you know of any?

--
Thorbjørn
--
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.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.