Cannot start up TSO



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Re: Cannot start up TSO

Postby Pedro » Fri Jan 08, 2016 10:49 pm

The logon proc is not always in SYS1.PROCLIB! As mentioned earlier, you should be able to use FTP to access the datasets. Look at 'SYS1.PROCLIB(JES2)' for PROCxx DD statements - one of the data sets in those concatenations will have the logon proc.

It is notoriously difficult to diagnose an uncataloged data set in the logon proc because typically the 'job' output is discarded when the job ends (for this purpose, consider a TSO user as a job). I use this JCL, which allows me to save the output to a held class:
//CKLOGON JOB ,                                       
//   MSGCLASS=H,TIME=(5,00),MSGLEVEL=(0,0),REGION=12M,
//   USER=&SYSUID,NOTIFY=&SYSUID       
//         JCLLIB  ORDER=SYS1.SYSTEM.LOGON             
//LOGON    EXEC LOGON                                 
//SYSPRINT DD   SYSOUT=H                               
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Re: Cannot start up TSO

Postby Robert Sample » Sat Jan 09, 2016 12:46 am

Pedro: as I stated, it is NOT clear whether the failure is in the TSO started task JCL or in the logon procedure being used. Without clarification from the op, we can't go much further with this one. It is possible that the TSO started task JCL is not in SYS1.PROCLIB but that's where I'd look first. On the other hand, if TSO is not in SYS1.PROCLIB there's a chance that JES2 isn't either -- in which case the op will have lots of problems finding any of the started tasks from a remote system.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Cannot start up TSO

Postby FILLAH » Mon Jan 11, 2016 5:17 am

When we IPL our system, the TSO started task is failing with a JCL error.
FILLAH
 
Posts: 8
Joined: Fri Jan 08, 2016 7:44 am
Has thanked: 0 time
Been thanked: 0 time

Re: Cannot start up TSO

Postby Robert Sample » Mon Jan 11, 2016 7:53 am

The first question I have, is why is an IMS application programmer (per your profile) having to deal with a system issue?

The second question is, why is your site support group not dealing with the problem?

The third (etc.) question is, have you tried to FTP your TSO start up JCL to another machine yet? If not, why not -- what was the result of trying this?

And the ultimate question is, who changed the TSO start up JCL -- or removed the data set(s) used in it?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Cannot start up TSO

Postby FILLAH » Mon Jan 11, 2016 8:00 am

Because I am a member of this forum and I want to help my manager to solve this problem.
FILLAH
 
Posts: 8
Joined: Fri Jan 08, 2016 7:44 am
Has thanked: 0 time
Been thanked: 0 time

Re: Cannot start up TSO

Postby FILLAH » Mon Jan 11, 2016 8:27 am

All of us look for the solution.
Some one has accidentaly changed the JCL
FILLAH
 
Posts: 8
Joined: Fri Jan 08, 2016 7:44 am
Has thanked: 0 time
Been thanked: 0 time

Re: Cannot start up TSO

Postby prino » Mon Jan 11, 2016 1:51 pm

FILLAH wrote:All of us look for the solution.
Some one has accidentaly changed the JCL

Given your involvement in this, does that someone by any chance happen to be you?

Why the flippin' ell aren't these datasets RACF protected so that only those who know what they are doing are allowed to change them? Or better, why don't you use Thomas Conley's Dynamic ISPF, where you have a logon procedure that never ever needs changing.
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Previous

Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post