In <[email protected]>, on 07/14/2014
at 06:21 PM, Binyamin Dissen <[email protected]> said:
>BSAM requires you to supply the block header as well.
>The VB records should appear as follows:
> DC H'129,0'
> DC H'125,0'
> DC CL121'text'
>The length would be 129.
SNAP doesn't require unblocked. If your print lines are all 120 bytes,
you might have, e.g.,
DC H'254,0'
DC H'125,0'
DC C' ',CL120'text'
DC H'125,0'
DC C' ',CL120'text'
or you might have a block with a mixture of line lengths, e.g.,
DC H'26,0'
DC H'13,0'
DC C'1',CL8'HEADER'
DC H'9,0'
DC C' ',C'TEXT'
--
Shmuel (Seymour J.) Metz, SysProg and JOAT
ISO position; see <http://patriot.net/~shmuel/resume/brief.html>
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN