|
|
| Author |
Message |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1251 Location: Mumbai, India
|
|
|
|
Hi,
Thanks Bill for yor suggestion. Defined a new PDS with below specifications
| Code: |
Record format . . . : FB
Record length . . . : 80
Block size . . . . : 27920
1st extent cylinders: 1
Secondary cylinders : 3
Data set name type : PDS |
and tried to fill up the members repeatdly till I could get 80A. Abend didn't 'come' but my session got hanged. Tried 4-5 times but no 80A, perhaps some more attempts are needed from my side. Today my work is keeping me too busy... Phew...cann't experment more.. |
|
| Back to top |
|
 |
References
|
Posted: Sat Mar 29, 2008 2:53 am Post subject: Re: |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2291 Location: italy
|
|
|
|
Ok the abend, but to diagnose the problem You' ll need to tell us also the reason code
with a logon region size of 4 MB I was able to edit a 280,000 ( two hundred eighty thousand ) lines thing
a 10 liner rexx replicated for 28000 times
trying to add 10000 more lines I got a 878 abend with reason code 10
so I suspect that the abend 80a is coming out of something else and could be I/O related
not certainly related to the size of the thing being edited ,
in such case only an 878 abend with reason code 10 will occur
also I do not think that with a reasonable setup an abend should occur when editing a normal program
...a 20000 lines program is an unmanageable object
|
|
| Back to top |
|
 |
|
|