CICS START UP



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

Re: CICS START UP

Postby jaggz » Mon Oct 15, 2012 3:30 pm

Hi,

Can you just paste the CICS PROC in code tag ? Is it a try after a installation or Cloning ?

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

Re: CICS START UP

Postby pram48 » Mon Oct 15, 2012 3:46 pm

hi jaggz,
I guess,this is a try after installation..I was given some datasets to run which would create the cics region datasets..then I had to issue the Start=Initial commands..i tried to find the cics proc in sys1.proc..but could not find any member named DFHSIT or CICS..I have been given the SIT parameters..But,after issuing the system commands,i get that allocation error..If u couid tell me,where to find the dataset,I would be obliged..Regards..
pram48
 
Posts: 11
Joined: Sun Oct 14, 2012 10:06 am
Has thanked: 1 time
Been thanked: 0 time

Re: CICS START UP

Postby jaggz » Mon Oct 15, 2012 4:38 pm

Hi,

How to Find a proc entry - > You can find it in JESSYSMSG at the top the message like "this is expanded using some XXXXXX library....
SIP entry points to DFSHIT macro - > You can check in JESSYSMSG - > sysin ..... You can understand the DFHSIP entry.
SVC entry to should be pointed in CICS PROC as symbolic parameter - Please check in CICS PROC.

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

Re: CICS START UP

Postby pram48 » Mon Oct 15, 2012 10:57 pm

Hi,I found it in the sys1.logon dataset..the cicsused member is shown below:

//CICSUSER PROC
//CICSUSER EXEC PGM=IKJEFT01,DYNAMNBR=250,PARM='%CICSUSER'
//STEPLIB DD DISP=SHR,DSN=LPALST.IPT.IQI.SIQILPA
// DD DISP=SHR,DSN=CICSCM.V1R1.SCCVAUTH
//*CICSUSER EXEC PGM=IKJEFT01,DYNAMNBR=250,PARM='%ADTIPT'
//*STEPLIB DD DISP=SHR,DSN=CICSCM.V1R1.SCCVAUTH
//* DD DISP=SHR,DSN=COBOL.V3R3.SIGYCOMP
//SYSPROC DD DSN=CENTER.CLIST,DISP=SHR
// DD DSN=WMQ.V5R3.SCSQEXEC,DISP=SHR
//SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR
//SYSPRINT DD TERM=TS,SYSOUT=X
//SYSTERM DD TERM=TS,SYSOUT=X
//SYSIN DD TERM=TS
//ISPLOG DD DSN=&SYSUID..&DSNQUAL..SPFLOG1,DISP=(MOD,DELETE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=129),
// SPACE=(CYL,(2,1)),UNIT=3390
//ISPLIST DD DSN=&SYSUID..&DSNQUAL..LIST1,DISP=(MOD,DELETE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=129),
// SPACE=(CYL,(2,1)),UNIT=3390
//*

the cicsuser member is shown below:
//CICSUSER PROC
//CICSUSER EXEC PGM=IKJEFT01,DYNAMNBR=250,PARM='%CICSUSER'
//STEPLIB DD DISP=SHR,DSN=CICSCM.V1R2.SCCVLINK
//* DD DISP=SHR,DSN=LNKLST.CICSCM.V1R2.SCCVAUTH
//* DD DISP=SHR,DSN=LPALST.IPT.IQI.SIQILPA
//*
//*CICSUSER EXEC PGM=IKJEFT01,DYNAMNBR=250,PARM='%ADTIPT'
//* DD DISP=SHR,DSN=COBOL.V3R3.SIGYCOMP
//SYSPROC DD DSN=CENTER.CLIST,DISP=SHR
// DD DSN=WMQ.V6R0.SCSQEXEC,DISP=SHR
//SYSHELP DD DSN=SYS1.HELP,DISP=SHR
//SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR
//SYSPRINT DD TERM=TS,SYSOUT=X
//SYSTERM DD TERM=TS,SYSOUT=X
//SYSIN DD TERM=TS
//ISPLOG DD DSN=&SYSUID..&DSNQUAL..SPFLOG1,DISP=(MOD,DELETE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=129),
// SPACE=(CYL,(2,1)),UNIT=3390
//ISPLIST DD DSN=&SYSUID..&DSNQUAL..LIST1,DISP=(MOD,DELETE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=129),
// SPACE=(CYL,(2,1)),UNIT=3390
//*


the test member is:
//TEST PROC
//TEST EXEC PGM=IKJEFT01,DYNAMNBR=500,PARM='%TEST'
//SYSPROC DD DSN=CENTER.CLIST,DISP=SHR
//SYSHELP DD DSN=SYS1.HELP,DISP=SHR
//SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR
//SYSPRINT DD TERM=TS,SYSOUT=X
//SYSTERM DD TERM=TS,SYSOUT=X
//SYSIN DD TERM=TS
//ISPLOG DD DSN=&SYSUID..&DSNQUAL..SPFLOG1,DISP=(MOD,DELETE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=129),
// SPACE=(CYL,(2,1)),UNIT=3390
//ISPLIST DD DSN=&SYSUID..&DSNQUAL..LIST1,DISP=(MOD,DELETE),
// DCB=(RECFM=VBA,LRECL=125,BLKSIZE=129),
// SPACE=(CYL,(2,1)),UNIT=3390
//*


Regards..
pram48
 
Posts: 11
Joined: Sun Oct 14, 2012 10:06 am
Has thanked: 1 time
Been thanked: 0 time

Re: CICS START UP

Postby pram48 » Tue Oct 16, 2012 11:33 am

this is the cics startup log message:

----PAGING COUNTS---
-JOBNAME STEPNAME PROCSTEP RC EXCP CPU SRB CLOCK SERV PG
PAGE SWAP VIO SWAPS STEPNO
-ZCON306 ZCON306 CICS FLUSH 0 .00 .00 .00 0 0
0 0 0 0 1
IEF453I ZCON306 - JOB FAILED - JCL ERROR - TIME=05.46.51
-ZCON306 ENDED. NAME- TOTAL CPU TIME= .00 TOTAL
ELAPSED TIME= .00
-NOT_EXECUTED_STEP_TABLE BEGIN
-JOBNAME STEPNAME PROCSTEP STEPNO
-ZCON306 ZCON306 CICS 1
-NOT_EXECUTED_STEP_TABLE END
$HASP395 ZCON306 ENDED
IEE132I START COMMAND DEVICE ALLOCATION ERROR
IEA989I SLIP TRAP ID=X33E MATCHED. JOBNAME=*UNAVAIL, ASID=007C.
S ZCON013,START=INITIAL
$HASP100 ZCON013 ON STCINRDR
IEF695I START ZCON013 WITH JOBNAME ZCON013 IS ASSIGNED TO USER STC
, GROUP SYSPROC
$HASP373 ZCON013 STARTED
IEF403I ZCON013 - STARTED - TIME=05.47.10
ICH408I USER(STC ) GROUP(SYSPROC ) NAME(STARTED TASK ) 175
ZCON013.CICS660.DFHLCD CL(DATASET ) VOL(SHAR0B)
INSUFFICIENT ACCESS AUTHORITY
FROM ZCON013.** (G)
ACCESS INTENT(UPDATE ) ACCESS ALLOWED(READ )
IEC161I 040(056,006,IGG0CLFT)-002,ZCON013,CICS ZCON013,DFHLCD,,, 176
IEC161I ZCON013.CICS660.DFHLCD
DFHCC0101 LOCAL CATALOG INITIALIZATION ERROR. OPEN ACB R15 = X'08'.
VSAM ERROR CODE = X'98'
DFHKE0201 DBDCCICS ABOUT TO TAKE SDUMP. DUMPCODE: KERNDUMP, DUMPID:
0/0000. (MODULE DFHKEDD ).
DFHKE0210 DBDCCICS SDUMP REQUEST FAILED. (MODULE DFHKEDD ) - SDUMP
RETURN CODE X'08' REASON X'3E'
DFHKE1800 DBDCCICS ABNORMAL TERMINATION OF CICS IS COMPLETE.
IEF450I ZCON013 CICS ZCON013 - ABEND=S000 U1800 REASON=00000000 181
TIME=05.47.10
pram48
 
Posts: 11
Joined: Sun Oct 14, 2012 10:06 am
Has thanked: 1 time
Been thanked: 0 time

Re: CICS START UP

Postby NicC » Tue Oct 16, 2012 12:22 pm

As you are happily posting away on another forum you do not need this topic any more - locked.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Previous

Return to CICS

 


  • Related topics
    Replies
    Views
    Last post