iSeries Java Technical Discussion Mailing ListJava programming on and around the IBM iSeries. JDBC to DB2/400, JTOpen, integration between Java and other iSeries languages (RPG, COBOL, CLP, etc).Re: jconsole + java 6 on the i- July 7, 2008 Steve.Hinrichsxxxxxxxxxxxxxxx skrev den 07-07-2008 15:42: Thank you. I located at V6R1 machine and poked at it. Unfortunately when selecting the 32 bit j9 version and running jconsole on the machine itself the jconsole wndow does not show the jconsole pr...http://feeds.midrange.com/~r/java400-l/~3/329368016/msg00009.html Re: jconsole + java 6 on the i- July 7, 2008 jconsole is mentioned in SG24-7353 "IBM Technology for Java Virtual Machine in IBM i5OS". I think it is included on V6 machines in J2SE 5.0 and 6.0. I have not tried to use it though... Stevehttp://feeds.midrange.com/~r/java400-l/~3/328902259/msg00008.html Chainging pagination of spoolfiles- July 7, 2008 Hi. I have looked around and created the following snippet for creating an input stream from a SpooledFile which works well (if read with cp850 for us) but it is paginated with 64 lines per page. As you can see I have tried setting the ATTR_PAGELEN attrib...http://feeds.midrange.com/~r/java400-l/~3/328764628/msg00007.html Re: Open Files by active job- July 5, 2008 Hello Gary based on your tip i found http:www.rpgiv.orgopenfiles.htm which is an RPG and CL combination that would call the QDMLOPNF API and generate the listing in a physical file that could be accessed by SQL. pretty much solves my problem , BUT ... i...http://feeds.midrange.com/~r/java400-l/~3/327230956/msg00006.html Faizulla KhanGCTGCC is off-site- July 4, 2008 I will be out of the office starting 07042008 and will not return until 07212008. I will respond to your message at that time.http://feeds.midrange.com/~r/java400-l/~3/326887720/msg00005.html RE: Open Files by active job- July 4, 2008 I couldn't find anything in JT400 to support this. You could call QDMLOPNF yourself using ProgramCall and get the information from there. HTH, Garyhttp://feeds.midrange.com/~r/java400-l/~3/326841045/msg00004.html Re: jconsole + java 6 on the i- July 4, 2008http://feeds.midrange.com/~r/java400-l/~3/326718866/msg00003.html Open Files by active job- July 4, 2008 Open Files by active job Message content when you Work with Active Jobs (wrkactjob) select option 5 for any user job then option 14. Display open files, if active. this will produce a list of open files by this user on the AS400 system. HOW can this list ...http://feeds.midrange.com/~r/java400-l/~3/326687006/msg00002.html jconsole + java 6 on the i- July 4, 2008 Hi. I have just found that the JConsole application can attach to a Java 6 JVM which has not been prepared for this to happen, which might be a showstarter for us :) Since this appear to be a Sunspecific Hotspot facility, I would like to know if this is i...http://feeds.midrange.com/~r/java400-l/~3/326585752/msg00001.html Routine to trim Unicode data to a size that will fit in a fixed length field ...- July 2, 2008 ... that may or may not include double byte. After going back and forth on a routine to trim a Unicode string to a length that will fit into a fixed length database field, I came up with this routine ... http:code.midrange.com9c0db304e1.html You call i...http://feeds.midrange.com/~r/java400-l/~3/324965018/msg00000.html |