On Mon, 10 Aug 2009 17:20:48 -0500, Paul Gilmartin 
<paulgboul...@aim.com> wrote:

>On Mon, 10 Aug 2009 16:52:59 -0500, Patrick O'Keefe wrote:
>>
>>I'm just puzzled that the enhancement limited itself to QSAM.
>>No mention of BPAM.
>>
>I had hoped this was an oversight in the doc, but apparently
>not.  An assembly with:
>
>    //SYSLIB    DD  UNIT=SYSALLDA,SPACE=(80,(1,1)),
>    //  RECFM=FB,LRECL=80,BLKSIZE=80
>    //          DD  DISP=SHR,DSN=SYS1.MACLIB
>
>Fails with:
>
>********************************* TOP OF DATA 
**********************************
>** ASMA999U Assembly terminated - SYNAD Exit taken - Permanent 
I/O error on SYSL
>         ,HELLO   ,C       ,4140,D,SYSLIB  ,UNKOWN,WRNG.LEN.RECORD,00
001F7100030
>...

Um, I've got a hunch that wasn't a concatenation problem.  Did you 
have another dataset in the concatenation with a large blocksize?
If not, you probably got a blocksize of 80 ... much smaller than the
length of the records (blocks) that have to be read.

Pat O'Keefe

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to