On Tue, 25 Apr 2023 15:00:12 -0500, Pierre Fichaud wrote: >I'm trying to read a concatenation of unlike data sets using QSAM. >The first dataset is VBS with LRECL=200,BLKSIZE=1000 >The second dataset is VBS with LRECL=230,BLKSZIE= 1150. > Why not simply override in your DD/Allocation to RECFM=VBS, LRECL=230,BLKSZIE= 1150 (the maximum of each) and not deal with unlike attributes?
(Of course that technique doesn't generalize to unlike RECFM.) -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
