Re: COBOL 3.2 on z/OS reading variable len files



"line sequential" isn't relevant for this (IBM mainframe) problem. "VB" means
that it has
DCB=RECFM=VB
where "vb" is "variable and blocked" in IBM-ese

--
Bill Klein
wmklein <at> ix.netcom.com
"Michael Mattias" <mmattias@xxxxxxxxxxxxxx> wrote in message
news:w3sNj.1818$pS4.509@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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.


If the VB file is a "text" file with records delimited by CRLF, it has to be
ORGANIZATION IS LINE SEQUENTIAL in COBOL.

If the VB file is something else, then I think you may need to engage a
professional to look at it.....

"Luke Skywalker" <luke.skywalker@xxxxxxxxxxxx> wrote in message
news:025c570a$0$6316

.. why not just "Use The Force, Luke?"

--
Michael C. Mattias
Tal Systems Inc.
Racine WI
mmattias@xxxxxxxxxxxxxx




.



Relevant Pages