The simplest thing would be (in pseudo code):
OPENSEQ
READSEQ firstline ;* gets past header
LOOP
READSEQ nextline ELSE EXIT
do something clever with 'nextline'
REPEAT
CLOSESEQ
Dan
On Mon, Jun 15, 2009 at 12:47 PM, ufuktu <[email protected]> wrote:
>
> Hi, in jbase I am trying to write a routine where it reads a file
> under a directory and than pass that information to t24. First I
> open the file and than read it using READSEQ. The problem is file I am
> reading is a csv with first line having the headers. It is always 2nd
> line I am starting and go to the end of the file. IT is like;
> test1,test2
> 1,2
> 3,4
> I want to read 1,2 & 3,4 it really depends on the number of the
> transactions smt. it has 100 lines smt. only 5. Can anyone please help
> me how to position my program so than it starts from the second line
> and goes through all the lines until it reaches to the end. thanks...
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at:
http://groups.google.com/group/jBASE/web/Posting%20Guidelines
IMPORTANT: Type T24: at the start of the subject line for questions specific to
Globus/T24
To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---