Grasping at straws . . . Did this test behave any differently between DSORG=PO and DSORG=PS?
=== > Date: Fri, 18 Jul 2014 09:37:19 +0100 > From: [email protected] > Subject: Re: OPEN not filling in DCBBLKSI for RECFM=U data set > To: [email protected] > > Hi > > It would appear that open does complete the DCBBLKSI field, or it does on > z/OS 1.13 when the following code is executed. > > LA R10,TESTFILE MAKE DCB > USING IHADCB,R10 ADDRESSABLE > OPEN (CAPLIST,OUTPUT,TESTFILE,INPUT) > LH R15,DCBBLKSI > CVD R15,DWORD > UNPK PBLKSI,DWORD+5(3) PRINT > OI PBLKSI+4,X'F0' BLKSIZE > PUT CAPLIST,CAPLINE > CLOSE (CAPLIST,,TESTFILE) CLOSE BOTH FILES. > > Kind Regards - Terry > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
