Why don't you use READBLK to read the whole file at once. *OPENSEQ 'MYSLIPPERS', 'PINK' TO FILE.VAR ELSE ABORT READBLK VAR.DATE FROM FILE.VAR, 50 THEN PRINT VAR.DATA*
where 50 is number of bytes that you want to get from the file. VAR.DATA will be populated with the required data and from there on you can manipulate it according to your need. Regards, Imran On Tue, Jun 16, 2009 at 11:32 PM, ufuktu<[email protected]> wrote: > > hi, thanks for your reply. that did not work for some reason, if > possible can you provide more details... > > > > -- Imran Khan T24 Technical Consultant +92 334 3545114 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
