Cannot Start up CICS



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

Re: Cannot Start up CICS

Postby snkdbpc » Sat Oct 27, 2012 10:38 am

I tried both, when I used 'S' I was getting the IEE132I error and when I used ST I got insufficient access authority.

And secondly, there was no SYSOUT dataset for this JCL
snkdbpc
 
Posts: 24
Joined: Mon Oct 22, 2012 5:39 pm
Has thanked: 3 times
Been thanked: 0 time

Re: Cannot Start up CICS

Postby snkdbpc » Sat Oct 27, 2012 12:08 pm

A START command invoked a cataloged procedure. While allocating the device specified on the command, the system detected an error.
System Action: The system rejects the command.


The question arises, from where shall I find this cataloged procedure that hasn't been allocated?
snkdbpc
 
Posts: 24
Joined: Mon Oct 22, 2012 5:39 pm
Has thanked: 3 times
Been thanked: 0 time

Re: Cannot Start up CICS

Postby snkdbpc » Sat Oct 27, 2012 5:19 pm

Is there any command/procedure to list all the cataloged datasets?
snkdbpc
 
Posts: 24
Joined: Mon Oct 22, 2012 5:39 pm
Has thanked: 3 times
Been thanked: 0 time

Re: Cannot Start up CICS

Postby Robert Sample » Sat Oct 27, 2012 6:16 pm

The question arises, from where shall I find this cataloged procedure that hasn't been allocated?
Sigh. Note that the error is NOT that the cataloged procedure is not being allocated, but rather a device (that is, disk volume most likely) is not being allocated due to a data set not being there (hence the JCL ERROR in your original post). Furthermore, JES has a list of datasets that it searches for procedures to execute when the START console command is issued. But you're not likely to have the authority to view that list.
Is there any command/procedure to list all the cataloged datasets?
Yes, but you are not likely to have authority to use it since listing all of the thousands of cataloged data sets in a system can require a large amount of resources. And nothing will tell you which, of those thousands of data sets, contains the one procedure you are interested in.

Have you allocated the application load library per the contest instructions? If so, what did you name it? If not, you need to allocate it, and the name MUST match the name in the start procedure. How do you find that name? Maybe ask someone involved in running the contest?

We have done all we can on this forum -- you need to work with the contest administrators from this point forward.
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 CICS

Postby jaggz » Sat Oct 27, 2012 7:58 pm

Hi,
On insufficient authority - > Check with your security administrator to provide you the the Previlege of Starting the started task so which is usually controlled by OPERCMDS racf. Your Security administrator should be to able to help you. Once the security error is resolved , try to start the CICS region and check if it is coming up. Always Keep an eye on JESMSGLG and SYSLOG for more diagnostic information to troubleshoot.

HTH
Jaggz
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: Cannot Start up CICS

Postby enrico-sorichetti » Sat Oct 27, 2012 8:05 pm

the TS is partecipating to the zOS contest,

where the system is setup in a way that the losers have nothing to ask if they do things the way they should
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Cannot Start up CICS

Postby jaggz » Sat Oct 27, 2012 8:06 pm

Hi,
If your Started task start up fails again due to JCL error, then you should check the CICS PROC. You have check each and every line of your CICS proc to make sure that those dataset exist or You need to make sure if you have created those Datasets. Incase if Symbolic representation in PROC is confusing then hardcode the value of CICS dataset and try starting it.

Jaggz
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: Cannot Start up CICS

Postby Robert Sample » Sat Oct 27, 2012 8:13 pm

jaggz, I found a copy of the contest documents on the Internet. One of the steps in the third part is to start the CICS region by using a START console command -- the same one that is in the post that started this thread. The contest entrant is then explicitly told that the application load library does not exist and that is why the START command failed. The contest entrant must then allocate the application load library after which the START command will work.

Topic locked to prevent any further waste of our time on this useless thread.
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

Previous

Return to CICS

 


  • Related topics
    Replies
    Views
    Last post