Graham,
Is INITLIST defined to your CICS via the GRPLIST parameter in the SIT or SIT 
override like, GRPLIST=(XYZLIST,INITLIST,etc)?  If not then maybe you should 
add GROUP1 to XYZLIST so it will be available at each cold/initial startup.

Or add INITLIST to GRPLIST parameter, reassemble SIT,(necessary if not a sysin 
or parm override), and cold/initial-start.

Regards,
s



http://www.medmutual.com/
Visit http://www.medmutual.com/
CONFIDENTIALITY NOTICE:
This message is intended only for the use of the individual or entity to which 
it is addressed and may contain information that is privileged, confidential or 
exempt from disclosure by law. If the reader of this message is not the 
intended recipient, or the employee or agent responsible for delivering the 
message to the intended recipient, you are hereby notified that you are 
strictly prohibited from printing, storing, disseminating, distributing or 
copying this message. If you have received this message in error, please notify 
us immediately by replying to the message and deleting it from your computer. 
Neither this information block, the typed name of the sender, nor anything else 
in this message is intended to constitute an electronic signature, unless a 
specific statement to the contrary is included in this message.
Thank you, Medical Mutual.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Graham Hobbs
Sent: Thursday, May 23, 2013 12:38 PM
To: [email protected]
Subject: CICS Transaction 'QKVA' is not recognized

Hello,

My question is about finding a solution to:
  DFHAC2001 05/22/2013 21:09:19 CICSTS42 Transaction 'QKVA' is not recognized.
   Check that the transaction name is correct.

Long technical post, very sorry, not a sysprog, at Dallas VIC, z/OS,
CICSTS42 and struggling to make my first CICS transaction at Dallas work. Have 
pored over docs but clearly missed something. In my old app programmer days I'd 
call the CICS guy (now me (yuk)). The DFHAC2001 only told me am missing 
something and being fearful of having to do something radical to some DFH420 
file:-(( so 'nth' degree steps would be priceless .. might someone give me 
clues?

.. details: all programs, maps, transid's and KSDS files are loaded via a batch 
DFHCSDUP (part of an automated process thus RDO is not on) e.g ..

//DFHCSDUP EXEC PGM=DFHCSDUP,REGION=1M,
//             PARM='CSD(READWRITE),PAGESIZE(60),NOCOMPAT'
//STEPLIB  DD DSN=DFH420.CICS.SDFHLOAD,DISP=SHR
//DFHCSD   DD DSN=DFH420.DFHCSD,DISP=SHR
//OUTDD    DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
DELETE PROGRAM(QKVSP01) GROUP(GROUP1)
DEFINE PROGRAM(QKVSP01) GROUP(GROUP1)
                         TRANSID(QKVA)
                         LANGUAGE(COBOL)
                         DESCRIPTION(Main_menu_pgm) DELETE TRANSACTION(QKVA) 
GROUP(GROUP1) DEFINE TRANSACTION(QKVA) GROUP(GROUP1)
                          PROGRAM(QKVSP01)
                          DESCRIPTION(Main_menu_pgm) //

.. which worked ok but since QKVA didn't work, reading told me I needed ..

CEDA ADD GROUP(GROUP1) LIST(INITLIST)

.. which seemed to work; knowing XYZLIST exists at Dallas, to learn what to 
expect, did ..

D LIST(XYZLIST)

    NAME     TYPE LIST                                     LAST CHANGE
    DFHDCTG  GROUP        XYZLIST 10/25/11 20:41:24
    DFHBMS   GROUP        XYZLIST 10/25/11 20:41:24
    DFHCONS  GROUP        XYZLIST 10/25/11 20:41:24
    DFHDBCTL GROUP        XYZLIST 10/25/11 20:41:24
    DFHDB2   GROUP        XYZLIST 10/25/11 20:41:24
    DFHEDF   GROUP        XYZLIST 10/25/11 20:41:24
    etc

.. and found the above; did the same for my INITLIST and got ..

D LIST(INITLIST)

    NAME     TYPE LIST                                     LAST CHANGE
    GROUP1   GROUP        INITLIST 05/22/13 19:24:21

.. which looks OK to me BUT didn't show any GROUP1 entries so I did ..

D GROUP(GROUP1)
   ENTER COMMANDS
    NAME     TYPE GROUP                                    LAST CHANGE
    QKVSKEYA FILE         GROUP1 05/22/13 19:38:22
    QKVSKEYB FILE         GROUP1 05/22/13 19:38:22
    QKVSKEYC FILE         GROUP1 05/22/13 19:38:22
    QKVSHE1  MAPSET       GROUP1 05/22/13 19:38:21
    QKVSHE2  MAPSET       GROUP1 05/22/13 19:38:21
    etc
    QKVSP01  PROGRAM      GROUP1 05/22/13 19:38:21
    QKVSP02  PROGRAM      GROUP1 05/22/13 19:38:21
    etc
    QKVA     TRANSACTION  GROUP1 05/22/13 19:38:22
    QKVB     TRANSACTION  GROUP1 05/22/13 19:38:22
    etc

.. which also looks good ..

Novice thinking is asking why D LIST(INITLIST) doesn't show my GROUP1 things? I 
have shut down CICS, reloaded via the DFHCSDUP, done START=INITIAL, various 
combos thereof .. nothing!

Please, thanks
Graham Hobbs


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to