issac1029 Intermediate
Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Tue Dec 19, 2006 11:07 pm Post subject: question cics start |
|
|
1)
When the cics cold started
then I inqure the prog using cemt
Code: |
I PROG(RFD7222)
STATUS: RESULTS - OVERTYPE TO MODIFY
Prog(RFD7222 ) NOT FOUND |
At this time I still can use the program RFD7222 , then which load module am I using ? How to find ?
2) In the cics start job.
Code: | 4 XXSTEP1 EXEC PGM=APPCLPAR,PARM=&LPAR
IEFC653I SUBSTITUTION JCL - PGM=APPCLPAR,PARM=ST05
5 XXSTEPLIB DD DISP=SHR,DSN=STDC.MCI.LOD.R620
XX*
XX*
6 XXRMUTL EXEC PGM=DFHRMUTL
7 XXSTEPLIB DD DSN=SYS9.CICS.&CLVL..SDFHLOAD,DISP=SHR
IEFC653I SUBSTITUTION JCL - DSN=SYS9.CICS.C3.SDFHLOAD,DISP=SHR
8 XXSYSPRINT DD DSN=&&GCDPRINT,DISP=(,PASS),UNIT=3390,
XX SPACE=(TRK,(1,1))
9 XXDFHGCD DD DSNAME=&CICSDS..DFHGCD,DISP=SHR
IEFC653I SUBSTITUTION JCL - DSNAME=STCN.LCI.I1.DFHGCD,DISP=SHR
10 XXSYSIN DD DUMMY
XX*
11 XXUPGRADE EXEC PGM=IKJEFT01,
XX DYNAMNBR=30,PARM='%CICE0850 &CLVL &CICSDS'
IEFC653I SUBSTITUTION JCL - PGM=IKJEFT01,DYNAMNBR=30,PARM='%CICE0850
12 XXSTEPLIB DD DSN=SYS9.CICS.&CLVL..SDFHLOAD,DISP=SHR
IEFC653I SUBSTITUTION JCL - DSN=SYS9.CICS.C3.SDFHLOAD,DISP=SHR |
Which step is for install PPT AND FCT or PCT? How to find the parm contain those information. |
|