View previous topic :: View next topic |
Author |
Message |
apru Beginner
Joined: 15 Feb 2014 Posts: 25 Topics: 6
|
Posted: Wed Jun 04, 2014 7:46 am Post subject: ASRA abend while reading sorted output |
|
|
Hi
I have developed a code where specific data is filtered from a dataset into 2 other datasets based on various conditions using inrec, build etc.Then the data from these two datasets are concatenated and written to a report (ps file).The record is successfully appended at the end of report file but when I try to read the file which is defined as an extrapartiton dataset , I am getting ASRA abend.Actually the record length of output file is 80 and data is present till 77 th column.Is the problem arising since some junk values are written at the last 3 places?..I am not able to trace the error. |
|
Back to top |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Wed Jun 04, 2014 8:04 am Post subject: |
|
|
A CICS ASRA is roughly the equivalent of a S0C7 in batch. Do you have any abend software that you can look at that will give you a formatted dump? _________________ ....Terry |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
Posted: Wed Jun 04, 2014 11:18 am Post subject: |
|
|
apru,
As Terry Mentioned, CICS ASRA abend is a Data error. So why don't you show us the JCL you used to create the Extra partition TDQ dataset and also the layout you are using to read it. _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|