Would not think "V" could be included. "VBS" is just a variation of "VB" where the RDW is treated as a SDW where X'0000' in the "BB" field indicates a non-segmented (i.e full variable length record" in the buffer).

Another approach would be to not open the file as concatenated, but treat the TIOT entries for the DDNAME as a list of data sets to be dynamically allocated separately and then each processed on it's own. using that approach, you can "concatenated" VSAM files.

Michael

At 07:12 PM 4/27/2023, Paul Gilmartin wrote:

On Thu, 27 Apr 2023 13:54:18 -0500, Michael Oujesky wrote:

>Presuming the program is assembler, I would suggest trying
>hard-coding for RECFM=VBS, LRECL=32767, BLKSIZE=32760, BFTEK=A.
>
>And presuming all the files are RECFM=VBS.
>
In fact, can't any mixture of RECFM=V, VB, and VBS be overriden to those specifications?

>If you do your own segmented record, LRECL=X ought to work.

--
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to