Cannot start up TSO

TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...
User avatar
Pedro
Posts: 686
Joined: Thu Jul 31, 2008 9:59 pm
Skillset: ISPF
Referer: google
Location: Silicon Valley

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:

Code: Select all

//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

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

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.

FILLAH
Posts: 8
Joined: Fri Jan 08, 2016 7:44 am
Skillset: IMS/VS APPLICATION PRAGRAMMER
Referer: GOOGLE

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.

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

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?

FILLAH
Posts: 8
Joined: Fri Jan 08, 2016 7:44 am
Skillset: IMS/VS APPLICATION PRAGRAMMER
Referer: GOOGLE

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
Skillset: IMS/VS APPLICATION PRAGRAMMER
Referer: GOOGLE

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

User avatar
prino
Posts: 641
Joined: Wed Mar 11, 2009 12:22 am
Skillset: PL/I - CICS - DB2 - IDMS - REXX - JCL, most in excess of three decades
Referer: Google
Location: Vilnius, Lithuania
Contact:

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


  • Similar Topics
    Replies
    Views
    Last post