Re: COBOL 3.2 on z/OS reading variable len files
- From: "William M. Klein" <wmklein@xxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 20:26:15 GMT
"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
.
- Follow-Ups:
- Re: COBOL 3.2 on z/OS reading variable len files
- From: Michael Mattias
- Re: COBOL 3.2 on z/OS reading variable len files
- References:
- COBOL 3.2 on z/OS reading variable len files
- From: Luke Skywalker
- Re: COBOL 3.2 on z/OS reading variable len files
- From: Michael Mattias
- COBOL 3.2 on z/OS reading variable len files
- Prev by Date: Re: COBOL 3.2 on z/OS reading variable len files
- Next by Date: Re: COBOL 3.2 on z/OS reading variable len files
- Previous by thread: Re: COBOL 3.2 on z/OS reading variable len files
- Next by thread: Re: COBOL 3.2 on z/OS reading variable len files
- Index(es):
Relevant Pages
|