Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-23 Thread Shmuel Metz (Seymour J.)
In b2b367b60911200604h209f52a2wc780eeda025ab...@mail.gmail.com, on 11/20/2009 at 08:04 AM, Kirk Wolf k...@dovetail.com said: And how are regular expressions applicable in a Java program that wants to access a field formatted (eg. SMF) record? How is SMF relevant to the text that I was

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-21 Thread Don Higgins
I think the simplest answer to the question is that you can use the NIO random access file methods to read or write any file using 64 bit XRBA addressing with any length you want. Once you have read a block of data from a file such as an SMF record you can wrap the block in a buffer and then

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-20 Thread Shmuel Metz (Seymour J.)
In of46a61f33.3d28353f-onc1257673.0052707b-c1257673.00538...@deutscherring.de, on 11/19/2009 at 04:12 PM, Michael Klaeschen michael.klaesc...@deutscherring.de said: Well, from my experiences regular expressions are not quite common amongst MVS folks, especially REXX or CoBOL programmers.

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-20 Thread Kirk Wolf
And how are regular expressions applicable in a Java program that wants to access a field formatted (eg. SMF) record? On Thu, Nov 19, 2009 at 5:13 PM, Shmuel Metz (Seymour J.) shmuel+ibm-m...@patriot.net wrote: In of46a61f33.3d28353f-onc1257673.0052707b-c1257673.00538...@deutscherring.de, on

Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-19 Thread Michael Klaeschen
John, may be you'll get happy with pattern matching. Have you checked the java.util.regex package already? Try URL http://java.sun.com/javase/6/docs/api/; for example. The classes for pattern matching, also known as regular expressions, are ready to use. Well, from my experiences regular

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-19 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Michael Klaeschen Sent: Thursday, November 19, 2009 9:13 AM To: IBM-MAIN@bama.ua.edu Subject: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-19 Thread Kirk Wolf
Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Michael Klaeschen Sent: Thursday, November 19, 2009 9:13 AM To: IBM-MAIN@bama.ua.edu Subject: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-19 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Kirk Wolf Sent: Thursday, November 19, 2009 10:25 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB

Re: Antwort: How to access FIELDS in a RECORD using Java? (was:RE: How do __you__ read non-DB non-XML files in Java?)

2009-11-19 Thread Jon Brock
The next time you start a compile, toss some coins on the floor. The shiny money usually distracts them. Jon snip Unfortunately, I'm now back at my previous problem of can I download this jar to my PC in order to do my compiles (not tests!) using it so that management stays off my back? I