Discussion:
[H390-MVS] catostrophic error on MVS 3.7
kerravon86@yahoo.com.au [H390-MVS]
2018-02-19 20:00:39 UTC
Permalink
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.

I'm following these instructions:

http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm

And I got this:

06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit


BFN. Paul.
Joe Monk joemonk64@gmail.com [H390-MVS]
2018-02-19 20:10:35 UTC
Permalink
YOURE NOT LISTENING.

The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a
SYSGEN.

You're overwhelming it with IO:

$E01The total number of channel end indications from IOS has exceeded the
total number of input/output operations initiated by JES2. For example, the
total number of outstanding input/output operations became negative.


Joe
Post by ***@yahoo.com.au [H390-MVS]
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.
http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm
06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit
BFN. Paul.
kerravon86@yahoo.com.au [H390-MVS]
2018-02-19 21:15:59 UTC
Permalink
(Possible double-post due to Yahoo, plus I
have extra information - actually it would have
been printing at the time of error)




I have no idea what you are talking about.
Listening to who about what?

I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.

BFN. Paul.




---In H390-***@yahoogroups.com, <***@...> wrote :

YOURE NOT LISTENING.

The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a SYSGEN.


You're overwhelming it with IO:


$E01 The total number of channel end indications from IOS has exceeded the total number of input/output operations initiated by JES2. For example, the total number of outstanding input/output operations became negative.



Joe


On Mon, Feb 19, 2018 at 2:00 PM, ***@... mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com> wrote:
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.

I'm following these instructions:

http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm

And I got this:

06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit

BFN. Paul.
Joe Monk joemonk64@gmail.com [H390-MVS]
2018-02-20 00:05:00 UTC
Permalink
"I have no idea what you are talking about.
Listening to who about what?"

You haven't taken the time to understand what it is you are doing.

The jobs you are running to build the system must be run ONE AT A TIME ...
IN ORDER. For instance there are three jobs in each SMP step (ACCEPT,
REJECT, CLEANUP). They must be run in ORDER. SMP is VERY finicky (Almost as
bad as MSHP --- there's a reason why it is nicknamed MiSHap!)

The MVS 3.7 starter system is not a PRODUCTION system. (Ever wonder why
there's no page pack?) It is only SYSGEN'd and given a very specific
configuration to allow use as a driver system to build a PRODUCTION system.

You will very quickly overwhelm it by trying to do too much at once.

Joe
Post by ***@yahoo.com.au [H390-MVS]
(Possible double-post due to Yahoo, plus I
have extra information - actually it would have
been printing at the time of error)
I have no idea what you are talking about.
Listening to who about what?
I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.
BFN. Paul.
YOURE NOT LISTENING.
The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a SYSGEN.
$E01 The total number of channel end indications from IOS has exceeded the
total number of input/output operations initiated by JES2. For example, the
total number of outstanding input/output operations became negative.
Joe
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.
http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm
http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm
06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit
BFN. Paul.
kerravon86@yahoo.com.au [H390-MVS]
2018-02-20 10:22:09 UTC
Permalink
(possible triple post due to Yahoo)


I AM running the jobs one at a time. AND in order.

The only thing that was happening was that the
last job that had FINISHED running, was having
its output printed. I hadn't submitted the next
job yet so there was NOTHING RUNNING except
the printer.

BFN. Paul.



---In H390-***@yahoogroups.com, <***@...> wrote :

"I have no idea what you are talking about.
Listening to who about what?"

You haven't taken the time to understand what it is you are doing.


The jobs you are running to build the system must be run ONE AT A TIME ... IN ORDER. For instance there are three jobs in each SMP step (ACCEPT, REJECT, CLEANUP). They must be run in ORDER. SMP is VERY finicky (Almost as bad as MSHP --- there's a reason why it is nicknamed MiSHap!)


The MVS 3.7 starter system is not a PRODUCTION system. (Ever wonder why there's no page pack?) It is only SYSGEN'd and given a very specific configuration to allow use as a driver system to build a PRODUCTION system.


You will very quickly overwhelm it by trying to do too much at once.


Joe


On Mon, Feb 19, 2018 at 3:15 PM, ***@... mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com> wrote:
(Possible double-post due to Yahoo, plus I
have extra information - actually it would have
been printing at the time of error)

I have no idea what you are talking about.
Listening to who about what?

I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.

BFN. Paul.

---In H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com, <***@...> wrote :

YOURE NOT LISTENING.

The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a SYSGEN.


You're overwhelming it with IO:


$E01 The total number of channel end indications from IOS has exceeded the total number of input/output operations initiated by JES2. For example, the total number of outstanding input/output operations became negative.



Joe


On Mon, Feb 19, 2018 at 2:00 PM, ***@... mailto:kerravon86@ mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com mailto:H390-***@yahoogroups. com mailto:H390-***@yahoogroups.com> wrote:
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.

I'm following these instructions:

http://www.jaymoseley.com/ http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm

And I got this:

06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit

BFN. Paul.
kerravon86@yahoo.com.au [H390-MVS]
2018-02-20 10:08:05 UTC
Permalink
(possible double post due to Yahoo)


I AM running the jobs one at a time. AND in order.

The only thing that was happening was that the
last job that had FINISHED running, was having
its output printed. I hadn't submitted the next
job yet so there was NOTHING RUNNING except
the printer.

BFN. Paul.



---In H390-***@yahoogroups.com, <***@...> wrote :

"I have no idea what you are talking about.
Listening to who about what?"

You haven't taken the time to understand what it is you are doing.


The jobs you are running to build the system must be run ONE AT A TIME ... IN ORDER. For instance there are three jobs in each SMP step (ACCEPT, REJECT, CLEANUP). They must be run in ORDER. SMP is VERY finicky (Almost as bad as MSHP --- there's a reason why it is nicknamed MiSHap!)


The MVS 3.7 starter system is not a PRODUCTION system. (Ever wonder why there's no page pack?) It is only SYSGEN'd and given a very specific configuration to allow use as a driver system to build a PRODUCTION system.


You will very quickly overwhelm it by trying to do too much at once.


Joe


On Mon, Feb 19, 2018 at 3:15 PM, ***@... mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com> wrote:
(Possible double-post due to Yahoo, plus I
have extra information - actually it would have
been printing at the time of error)

I have no idea what you are talking about.
Listening to who about what?

I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.

BFN. Paul.

---In H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com, <***@...> wrote :

YOURE NOT LISTENING.

The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a SYSGEN.


You're overwhelming it with IO:


$E01 The total number of channel end indications from IOS has exceeded the total number of input/output operations initiated by JES2. For example, the total number of outstanding input/output operations became negative.



Joe


On Mon, Feb 19, 2018 at 2:00 PM, ***@... mailto:kerravon86@ mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com mailto:H390-***@yahoogroups. com mailto:H390-***@yahoogroups.com> wrote:
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.

I'm following these instructions:

http://www.jaymoseley.com/ http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm

And I got this:

06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit

BFN. Paul.
kerravon86@yahoo.com.au [H390-MVS]
2018-02-20 06:50:49 UTC
Permalink
I AM running the jobs one at a time. AND in order.

The only thing that was happening was that the
last job that had FINISHED running, was having
its output printed. I hadn't submitted the next
job yet so there was NOTHING RUNNING except
the printer.

BFN. Paul.



---In H390-***@yahoogroups.com, <***@...> wrote :

"I have no idea what you are talking about.
Listening to who about what?"

You haven't taken the time to understand what it is you are doing.


The jobs you are running to build the system must be run ONE AT A TIME ... IN ORDER. For instance there are three jobs in each SMP step (ACCEPT, REJECT, CLEANUP). They must be run in ORDER. SMP is VERY finicky (Almost as bad as MSHP --- there's a reason why it is nicknamed MiSHap!)


The MVS 3.7 starter system is not a PRODUCTION system. (Ever wonder why there's no page pack?) It is only SYSGEN'd and given a very specific configuration to allow use as a driver system to build a PRODUCTION system.


You will very quickly overwhelm it by trying to do too much at once.


Joe


On Mon, Feb 19, 2018 at 3:15 PM, ***@... mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com> wrote:
(Possible double-post due to Yahoo, plus I
have extra information - actually it would have
been printing at the time of error)

I have no idea what you are talking about.
Listening to who about what?

I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.

BFN. Paul.

---In H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com, <***@...> wrote :

YOURE NOT LISTENING.

The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a SYSGEN.


You're overwhelming it with IO:


$E01 The total number of channel end indications from IOS has exceeded the total number of input/output operations initiated by JES2. For example, the total number of outstanding input/output operations became negative.



Joe


On Mon, Feb 19, 2018 at 2:00 PM, ***@... mailto:kerravon86@ mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com mailto:H390-***@yahoogroups. com mailto:H390-***@yahoogroups.com> wrote:
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.

I'm following these instructions:

http://www.jaymoseley.com/ http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm

And I got this:

06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit

BFN. Paul.
Ivan Warren ivan@vmfacility.fr [H390-MVS]
2018-02-20 00:21:46 UTC
Permalink
Post by ***@yahoo.com.au [H390-MVS]
(Possible double-post due to Yahoo, plus I
have extra information - actually it would have
been printing at the time of error)
I have no idea what you are talking about.
Listening to who about what?
I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.
You are trying to cast formulas written in an old grimoire.. a spell book....

But you have no idea what you are doing

And when you have people explaining the ins and outs you just dispell
them because you only expect people to give you the 'magic formula'...

It doesn't work that way Harry Potter !

--Ivan
kerravon86@yahoo.com.au [H390-MVS]
2018-02-19 20:14:43 UTC
Permalink
I have no idea what you are talking about.
Listening to who about what?

I'm following the Jay Moseley instructions, and
that JES2 catastrophic error occurred when I
was doing NOTHING AT ALL.

BFN. Paul.




---In H390-***@yahoogroups.com, <***@...> wrote :

YOURE NOT LISTENING.

The STARTER SYSTEM is a VERY minimal system ... just barely enough to do a SYSGEN.


You're overwhelming it with IO:


$E01 The total number of channel end indications from IOS has exceeded the total number of input/output operations initiated by JES2. For example, the total number of outstanding input/output operations became negative.



Joe


On Mon, Feb 19, 2018 at 2:00 PM, ***@... mailto:***@... [H390-MVS] <H390-***@yahoogroups.com mailto:H390-***@yahoogroups.com> wrote:
I've only seen this problem once, and a rerun
made the problem go away, but I thought I
would document it for posterity and I hope it
doesn't become a permanent error one day.

I'm following these instructions:

http://www.jaymoseley.com/ hercules/installMVS/iDLIBS.htm http://www.jaymoseley.com/hercules/installMVS/iDLIBS.htm

And I got this:

06:44:40 devinit 170 tape/ptfs.het
06:44:40 HHCTA004I 0170: tape/ptfs.het is a Hercules Emulated Tape file
06:44:40 HHCPN098I Device 0:0170 initialized
06:44:40 HHCPN011I Pausing SCRIPT file processing for 90 seconds...
06:45:34 IEF234E K 170,MVS38J,PVT,SMPJOB02,SMP
06:45:34 $HASP395 SMPJOB02 ENDED
06:45:34 $HASP150 SMPJOB02 ON PRINTER1
06:45:34 $HASP309 INIT 1 INACTIVE ******** C=A
06:45:36 $HASP095 JES2 SYSTEM CATASTROPHIC ERROR. CODE = E01
06:45:36 *03 $HASP098 ENTER TERMINATION OPTION
06:46:00 quit

BFN. Paul.

kerravon86@yahoo.com.au [H390-MVS]
2018-02-20 20:33:13 UTC
Permalink
I had another of these, this time running with
Hercules 3.13 instead of my modified 3.07.

BFN. Paul.
Loading...