Re: JCL error during TSO/E logon

2020-03-06 Thread Tom Brennan
I liked having DD's in my proc, but I had a second one with no DD's like you recommend. That saved the embarrassment of having to wander over to another sysprog's desk with my head held low. On 3/6/2020 10:20 AM, Steve Smith wrote: IMHO, a TSO logon proc should have no (0, zero, none, nada, z

Re: JCL error during TSO/E logon

2020-03-06 Thread Seymour J Metz
It' s not my dog. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Steve Smith Sent: Friday, March 6, 2020 1:20 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL error during TSO/E logon

Re: JCL error during TSO/E logon

2020-03-06 Thread Steve Smith
/mason.gmu.edu/~smetz3 > > > > > > > > > ____________ > > > From: IBM Mainframe Discussion List on > behalf > > > of ITschak Mugzach > > > Sent: Friday, March 6, 2020 6:07 AM > > > To: IBM-MAIN@LISTSERV.

Re: JCL error during TSO/E logon

2020-03-06 Thread Wayne Bickerdike
> > From: IBM Mainframe Discussion List on behalf > > of ITschak Mugzach > > Sent: Friday, March 6, 2020 6:07 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: JCL error during TSO/E logon > > > > You can used recycled paper as well.

Re: JCL error during TSO/E logon

2020-03-06 Thread Jesse 1 Robinson
Mainframe Discussion List On Behalf Of ITschak Mugzach Sent: Friday, March 6, 2020 6:32 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: JCL error during TSO/E logon CAUTION EXTERNAL EMAIL Shmuel, I did mentioned the need to have an allocation free TMP procedure. However, if the OP can&#x

Re: JCL error during TSO/E logon

2020-03-06 Thread ITschak Mugzach
etz > http://mason.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf > of ITschak Mugzach > Sent: Friday, March 6, 2020 6:07 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL error during TSO/E logon > > You ca

Re: JCL error during TSO/E logon

2020-03-06 Thread Seymour J Metz
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL error during TSO/E logon You can used recycled paper as well... I thought no one can login, so you must use the console to modify stcclass and print to viee. ITschak בתאריך יום ו׳, 6 במרץ 2020, 13:05, מאת Seymour J Metz ‏: > Why kill a tree? > > >

Re: JCL error during TSO/E logon

2020-03-06 Thread Steve Beaver
Actually just submit a JOB naming the logon PROC and see what happens. Just be sure you have a message class that is saved to sysout -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jesse 1 Robinson Sent: Thursday, March 5, 2020 5:09 PM

Re: JCL error during TSO/E logon

2020-03-06 Thread ITschak Mugzach
on.gmu.edu/~smetz3 > > > > From: IBM Mainframe Discussion List on behalf > of ITschak Mugzach > Sent: Friday, March 6, 2020 1:21 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: JCL error during TSO/E logon > > Modify tso class in jess

Re: JCL error during TSO/E logon

2020-03-06 Thread Seymour J Metz
Why kill a tree? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of ITschak Mugzach Sent: Friday, March 6, 2020 1:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JCL error during TSO/E logon

Re: JCL error during TSO/E logon

2020-03-05 Thread ITschak Mugzach
Modify tso class in jess to keep the joblog. Your operators can print it for you to review the error ITschak בתאריך יום ו׳, 6 במרץ 2020, 1:08, מאת Jesse 1 Robinson ‏< jesse1.robin...@sce.com>: > From the dawn of time, it was deucedly difficult to find the cause of a > JCL error during TSO logon

Re: JCL error during TSO/E logon

2020-03-05 Thread Binyamin Dissen
Back in Ye Olde Days I had such a problem (very annoying when users would call the support desk about these things). We had a modified IKJEFLD that allowed overrides of PROCs and accounts without requiring UADS entries. What I did would call the accounting system to verify that the account was va

Re: JCL error during TSO/E logon

2020-03-05 Thread Paul Gilmartin
On Thu, 5 Mar 2020 21:07:32 -0500, Tom Conley wrote: > >..., I've used the following JCL >for years to check out procs that fail (typically my STC sysout goes to >the bit bucket): > >//IBMUSERC JOB 'IBMUSER', >// CLASS=A, >// NOTIFY=&SYSUID, >// MSGCLASS=X,RE

Re: JCL error during TSO/E logon

2020-03-05 Thread Tom Conley
On 3/5/2020 6:08 PM, Jesse 1 Robinson wrote: From the dawn of time, it was deucedly difficult to find the cause of a JCL error during TSO logon. Then several releases ago, we were treated to a 'fix'. The error would be displayed on the user's screen, allowing the problem to be corrected withi

Re: JCL error during TSO/E logon

2020-03-05 Thread Lizette Koehler
If your TSO JES2 definition has the output go to a queue in JES2 that is not purged immediately, that is where I typically look. Other option is to review the SAF setup for the TSO Logon Proc and then test the Logon proc in your TSO Session. Or use a JCL Scanner to verify the proc the user is set