From: Luke Skywalker on
I'm very happy that people tried to answer me...
I did my work with REXX slower but easier...

Thanks for all




"Luke Skywalker" <luke.skywalker(a)tatooine.com> a �crit dans le message de
groupe de discussion : 025c570a$0$6316$c3e8da3(a)news.astraweb.com...
> Hi,
>
> I try to read any kind of VB file but I got FS 39 (lrecl mismatch)
>
>
> FD MYFILE
> RECORDING V BLOCK 0 RECORDS
> RECORD IS VARYING FROM 1 TO 32756 DEPENDING ON WS-CPT.
>
> 01 MREC.
> 05 FILLER PIC X(01) OCCURS 1 TO 32756 DEPENDING ON WS-CPT.
>
>
>
> (.....)
>
>
>
> OPEN MYFILE => File STATUS 39
>
>
> MYFILE is VB, LRECL 1328, but I do not want to focus on lrecl 1328, it
> could be any other LRECL less or equal to 32756
>
>
>
> Any ideas dears ?
>
> Thanks a lot....
>
>