Install GROUP1 (CEDA INSTALL GROUP(GROUP1). Check that the transaction is now available. No need to bounce CICS.
On Fri, May 24, 2013 at 2:54 AM, Miklos Szigetvari <[email protected]> wrote: > Hi > > Have you installed the GROUP1 ? > "CEDA INST G(GROUP1)" > If you had you can see with "CEMT INQ TRANS(QKVA)" > If you don't see check the MSGLOG for any errors > > > > On 23.05.2013 18:37, Graham Hobbs wrote: >> >> 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 >> >> > > > -- > Kind regards, / Mit freundlichen Grüßen > Miklos Szigetvari > > Research& Development > ISIS Papyrus Europe AG > Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria > T: +43(2236) 27551 333, F: +43(2236)21081 > E-mail: [email protected] > Info: [email protected] Hotline: +43-2236-27551-111 > Visit our brand new extended Website at www.isis-papyrus.com > --------------------------------------------------------------- > This e-mail is only intended for the recipient and not legally > binding. Unauthorised use, publication, reproduction or > disclosure of the content of this e-mail is not permitted. > This email has been checked for known viruses, but ISIS Papyrus accepts > no responsibility for malicious or inappropriate content. > --------------------------------------------------------------- > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
