Re: What is 2034 from BPXBATCH sleep?

2020-06-02 Thread Paul Gilmartin
On Tue, 2 Jun 2020 11:42:55 -0700, Charles Mills wrote:

>You are correct. They show with an STC jobid whereas my job was a batch job.
>
>That's an explanation of why but hardly an answer -- and not your job @ITschak 
>to answer this of course -- to HOW would a mortal be supposed to debug this?
> 
I once had something similar where I allocated SYSTSPRT to a UNIX file
then ran (perhaps in a script) a sleep command.

What I remember most clearly is that Support called it WAD.  Address
space transgression.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is 2034 from BPXBATCH sleep?

2020-06-02 Thread Gibney, Dave
I am reminded that my default REGION is still appropriate for the 80's (if not 
the 70's). I've never gotten around to changing it, because REGION= in JCL is 
so easy.

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Charles Mills
> Sent: Tuesday, June 02, 2020 11:43 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: What is 2034 from BPXBATCH sleep?
> 
> You are correct. They show with an STC jobid whereas my job was a batch
> job.
> 
> That's an explanation of why but hardly an answer -- and not your job
> @ITschak to answer this of course -- to HOW would a mortal be supposed to
> debug this?
> 
> Charles
> 
> 
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of ITschak Mugzach
> Sent: Tuesday, June 2, 2020 11:27 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: What is 2034 from BPXBATCH sleep?
> 
> The abend occurred in a different asid. you may see the job number ib the
> log is different.
> 
> ITschak
> ITschak Mugzach
> *|** IronSphere Platform* *|* *Information Security Continuous
> Monitoring for z/OS, x/Linux & IBM I **| z/VM comming son  *
> 
> 
> 
> 
> On Tue, Jun 2, 2020 at 8:56 PM Charles Mills  wrote:
> 
> > Never mind. Found it. Out of memory. Putting a U4093-001C on the
> > console but not with the job output!
> >
> > How would I be supposed to solve this if (for security reasons) I did
> > not have console read access? G.
> >
> > Charles
> >
> >
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-
> m...@listserv.ua.edu]
> > On Behalf Of Charles Mills
> > Sent: Tuesday, June 2, 2020 10:50 AM
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: What is 2034 from BPXBATCH sleep?
> >
> > I am running the following and getting a return code 2034. I guess the
> > doc is saying that is a Signal 9. Can someone explain what is going
> > on? I'm sure this is elementary but I don't have much of a clue. No
> > error messages!
> > sleep
> > is documented as only returning 0 and 2.
> >
> > //BPXBAT   EXEC PGM=BPXBATCH,
> > //   PARM='SH sleep 5'
> > //STDINDD   DUMMY
> > //STDOUT   DD   SYSOUT=*
> > //STDERR   DD   SYSOUT=*
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is 2034 from BPXBATCH sleep?

2020-06-02 Thread Charles Mills
You are correct. They show with an STC jobid whereas my job was a batch job.

That's an explanation of why but hardly an answer -- and not your job @ITschak 
to answer this of course -- to HOW would a mortal be supposed to debug this?

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of ITschak Mugzach
Sent: Tuesday, June 2, 2020 11:27 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: What is 2034 from BPXBATCH sleep?

The abend occurred in a different asid. you may see the job number ib
the log is different.

ITschak
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Continuous Monitoring
for z/OS, x/Linux & IBM I **| z/VM comming son  *




On Tue, Jun 2, 2020 at 8:56 PM Charles Mills  wrote:

> Never mind. Found it. Out of memory. Putting a U4093-001C on the console
> but
> not with the job output!
>
> How would I be supposed to solve this if (for security reasons) I did not
> have console read access? G.
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Charles Mills
> Sent: Tuesday, June 2, 2020 10:50 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: What is 2034 from BPXBATCH sleep?
>
> I am running the following and getting a return code 2034. I guess the doc
> is saying that is a Signal 9. Can someone explain what is going on? I'm
> sure
> this is elementary but I don't have much of a clue. No error messages!
> sleep
> is documented as only returning 0 and 2.
>
> //BPXBAT   EXEC PGM=BPXBATCH,
> //   PARM='SH sleep 5'
> //STDINDD   DUMMY
> //STDOUT   DD   SYSOUT=*
> //STDERR   DD   SYSOUT=*
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is 2034 from BPXBATCH sleep?

2020-06-02 Thread ITschak Mugzach
The abend occurred in a different asid. you may see the job number ib
the log is different.

ITschak
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Continuous Monitoring
for z/OS, x/Linux & IBM I **| z/VM comming son  *




On Tue, Jun 2, 2020 at 8:56 PM Charles Mills  wrote:

> Never mind. Found it. Out of memory. Putting a U4093-001C on the console
> but
> not with the job output!
>
> How would I be supposed to solve this if (for security reasons) I did not
> have console read access? G.
>
> Charles
>
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Charles Mills
> Sent: Tuesday, June 2, 2020 10:50 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: What is 2034 from BPXBATCH sleep?
>
> I am running the following and getting a return code 2034. I guess the doc
> is saying that is a Signal 9. Can someone explain what is going on? I'm
> sure
> this is elementary but I don't have much of a clue. No error messages!
> sleep
> is documented as only returning 0 and 2.
>
> //BPXBAT   EXEC PGM=BPXBATCH,
> //   PARM='SH sleep 5'
> //STDINDD   DUMMY
> //STDOUT   DD   SYSOUT=*
> //STDERR   DD   SYSOUT=*
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is 2034 from BPXBATCH sleep?

2020-06-02 Thread Steve Beaver
Try

PARM='SH /bin/sleep 5'

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Charles Mills
Sent: Tuesday, June 2, 2020 12:50 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: What is 2034 from BPXBATCH sleep?

I am running the following and getting a return code 2034. I guess the doc
is saying that is a Signal 9. Can someone explain what is going on? I'm sure
this is elementary but I don't have much of a clue. No error messages! sleep
is documented as only returning 0 and 2.

//BPXBAT   EXEC PGM=BPXBATCH,   
//   PARM='SH sleep 5'  
//STDINDD   DUMMY   
//STDOUT   DD   SYSOUT=*
//STDERR   DD   SYSOUT=*

Charles

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: What is 2034 from BPXBATCH sleep?

2020-06-02 Thread Charles Mills
Never mind. Found it. Out of memory. Putting a U4093-001C on the console but
not with the job output!

How would I be supposed to solve this if (for security reasons) I did not
have console read access? G.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Charles Mills
Sent: Tuesday, June 2, 2020 10:50 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: What is 2034 from BPXBATCH sleep?

I am running the following and getting a return code 2034. I guess the doc
is saying that is a Signal 9. Can someone explain what is going on? I'm sure
this is elementary but I don't have much of a clue. No error messages! sleep
is documented as only returning 0 and 2.

//BPXBAT   EXEC PGM=BPXBATCH,   
//   PARM='SH sleep 5'  
//STDINDD   DUMMY   
//STDOUT   DD   SYSOUT=*
//STDERR   DD   SYSOUT=*

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


What is 2034 from BPXBATCH sleep?

2020-06-02 Thread Charles Mills
I am running the following and getting a return code 2034. I guess the doc
is saying that is a Signal 9. Can someone explain what is going on? I'm sure
this is elementary but I don't have much of a clue. No error messages! sleep
is documented as only returning 0 and 2.

//BPXBAT   EXEC PGM=BPXBATCH,   
//   PARM='SH sleep 5'  
//STDINDD   DUMMY   
//STDOUT   DD   SYSOUT=*
//STDERR   DD   SYSOUT=*

Charles

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN