IBM Mainframe Assembler List <[email protected]> wrote on 02/10/2015 06:05:58 AM:
> From: Jake anderson <[email protected]> > To: [email protected] > Date: 02/10/2015 06:07 AM > Subject: Re: IPCS error > Sent by: IBM Mainframe Assembler List <[email protected]> > > No luck probably IEFUTL is preventing me ? How do i find it ? > > On Tue, Feb 10, 2015 at 4:31 PM, Bob Rutledge <[email protected]> > wrote: > > > IBM Mainframe Assembler List <[email protected]> wrote on > > 02/10/2015 05:46:29 AM: > > > > > From: Jake anderson <[email protected]> > > > To: [email protected] > > > Date: 02/10/2015 05:47 AM > > > Subject: Re: IPCS error > > > Sent by: IBM Mainframe Assembler List <[email protected]> > > > > > > Hi Bob, > > > > > > I tried increasing my tso region size of 20000 but no luck. Not sure how > > > much it really needs. > > > > > > On Tue, Feb 10, 2015 at 4:13 PM, Bob Rutledge <[email protected]> > > > wrote: > > > > > > > IBM Mainframe Assembler List <[email protected]> wrote > > on > > > > 02/10/2015 05:33:38 AM: > > > > > > > > > From: Jake anderson <[email protected]> > > > > > To: [email protected] > > > > > Date: 02/10/2015 05:34 AM > > > > > Subject: IPCS error > > > > > Sent by: IBM Mainframe Assembler List > > <[email protected]> > > > > > > > > > > Hi List, > > > > > > > > > > I was trying to open a dump dataset using IPCS 2.2 but it ended with > > > > below > > > > > message. > > > > > > > > > > System ABEND 878, reason code 0010 > > > > > PSW 070C1000 814F7878, module IEANUC01, CSECT IGVVSERR, offset 0E40 > > > > > Instruction area 00181610 0A0D18CE 18FB180C > > > > > GPR 0R 84000000 1R 84878000 2R 7F809C10 3R 00000002 > > > > > GPR 4R 007F8E78 5R 007933D0 6R 814F2830 7R 00FC5700 > > > > > GPR 8R 00000000 9R 7FFF4000 10R 00000000 11R 7F809970 > > > > > GPR 12R 00004000 13R 000A0348 14R 3A9D53AC 15R 00000010 > > > > > System abend code 878, reason code 00000016. > > > > > Abend in host command SELECT or address environment routine ISPEXEC. > > > > > > > > > > I was able to open another DUMPS but it just ends only for a > > specific > > > > > dataset. > > > > > > > > You need a larger region. > > > > > > > > Bob > > > > > > Don't be stingy about it. Start with 512000. > > > > Bob > > In IPCS with source "ACTIVE" enter ip cbformat 224?+30? structure(lda) The field "LIMIT" is the below-the-line region limit; "ELIM" is the above-the-line limit. Bob
