Constant com.ibm.as400.access.Job.MESSAGE_REPLY_WAITING Example..

J

Jeffrae

Constant com.ibm.as400.access.Job.MESSAGE_REPLY_WAITING Example..

Hello,

Does anyone have an example on using the MESSAGE_REPLY_WAITING
constant?

I know how to print it out byut that is not usefull..

Here is an example of find BATCH jobs...
JobList jobList = new JobList (system);
jobList.addJobSelectionCriteria(JobList.SELECTION_JOB_TYPE,
Job.JOB_TYPE_BATCH)

--------------
Another thing..

jobList.addJobSelectionCriteria(JobList.SELECTION_ACTIVE_JOB_STATUS,
<You can use any of the ACTIVE_JOB_STATUS_* constants>

I just can not find an example of how to use.. MESSAGE_REPLY_WAITING

Thanks,
Jeff P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top