On Thu, May 11, 2023 at 12:50:12PM -0500, Pierre Fichaud wrote:
> I'm back onto this problem.
> I wrote a proof-of-concept program and it works.
> I've modified an existing z/OS product and my changes don't work.
This is the first we've heard that all the related code wasn't
yours (or part of z/OS
/~smetz3
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
Pierre Fichaud [pr...@videotron.ca]
Sent: Thursday, May 11, 2023 1:50 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Unlike data sets concatenation - revised 4
I'm back onto
I'm back onto this problem.
I wrote a proof-of-concept program and it works.
I've modified an existing z/OS product and my changes don't work.
Only DSNAME and DISP are coded on the DD statements.
1st file is VB with LRECL=200
2nd file is VB with LRECL=230
3rd file is FB with LRECL=1000.
Proof-of