Peter,

I have only seen BLKSIZE=3120 in the IBM Documentation for TSO XMIT.  

OUTDDNAME(ddname) | OUTFILE(ddname)
    specifies the use of a preallocated file as the output data set for the
TRANSMIT command. No data is written to SYSOUT for transmission and the system
limit on the number of records that can be transmitted does not apply. TSO/E
assigns the DCB attributes as LRECL=80, BLKSIZE=3120, and RECFM=FB. Specify the
ddname as either a sequential data set or a member of a partitioned data set.

    Use OUTDDNAME or OUTFILE in conjunction with the INDDNAME or INFILE operand
of the RECEIVE command. OUTDDNAME and OUTFILE are primarily intended for system
programmer use.
OUTDSNAME(dsname) | OUTDATASET(dsname)
    specifies the use of a data set as the output data set for the TRANSMIT
command. No data is written to SYSOUT for transmission and the system limit on
the number of records that can be transmitted does not apply. TSO/E assigns the
DCB attributes as LRECL=80, BLKSIZE=3120, and RECFM=FB. The data set must be a
sequential data set.


And I agree that 27920 is better.  But I have not seen any doc from IBM stating
it was good for XMIT.  If you have clarifying documentation, could you share?

It is possible that IBM's doc needs an update.  But at this time for the z/OS
V2.1 on Knowledge Center, I am not finding it.  If SDB (System Determined
Blksize) or a specification of 80x could be used, this might need an Doc Update
to include that.


Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Peter Hunkeler
> Sent: Friday, May 27, 2016 4:23 AM
> To: [email protected]
> Subject: AW: Re: TSO receive on MultiVolume PS error
> 
> 
> 
> > However, I don't think that is your problem. The XMIT dataset should
> > be FB
> 80 3120.
> 
> 
> 
> Just for the records: The XMIT data set *must* be RECFM=FB, LRECL=80.
> The blocksize should be as large as possible to minimize the number of I/O
> operations to be run. 27920 is optimal.
> 
> 
> --
> Peter Hunkeler
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to