|
Is there any problem with the methods getUser(), getNumber() for the Job class in AS/400 toolbox version with VAJ 3.5, I am not able to get any value returned from these methods where as I am able to obtain values from other methods like getJobDescription() etc... OS Version = 4.4 Program code : as400 = new AS400("ourhost", userid, password); as400.connectService(AS400.RECORDACCESS); Job job = new Job(as400,"*","",""); System.out.println(" No fo librarries in Sys Lib>> " + job.getNumberOfLibrariesInSYSLIBL()); System.out.println(" Job Description >> " + job.getJobDescription()); System.out.println(" Job Name >> " + job.getName() ); System.out.println(" Job Number >> " + job.getNumber() ); System.out.println(" Job User >> " + job.getUser()); Output message>> as below: No fo librarries in Sys Lib>> 4 Job Description >> QSYS/QZBSJOBD Job Name >> * Job Number >> Job User >> However I knew that, this Connection service uses the job QZRCSRVS. In VAJ debug mode, I could see the attributes the job number etc, however when printed them , I am not able to get the values. Is there any problem ? Thanks in advance for help Regards Pavan +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
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.