IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ISSUE with CEDA transaction


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
moumi das
Warnings : 1

New User


Joined: 21 Dec 2009
Posts: 10
Location: Kolkata

PostPosted: Fri Sep 21, 2012 9:35 am
Reply with quote

While learning BMS Mapping , I successfully created a physical map
load [suppose it is residing in pds x.y.z(abc)]and then i defined the map using the CEDA transaction
define mapset(abc) group(def) command and instal the same.

Here the group is user defined as far my reading goes .

My doubt is how the CICS region will know the load abc resides in
x.y.z dataset in MVS region . I didn't mention this in any of the transaction utilities i used .

So i guess i am getting APCT abend while sending the MAP.

Please correct my concepts . If there is any step which i missed while installing and define .
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Sep 21, 2012 12:03 pm
Reply with quote

I believe, from my very limited experience, that the load modules have to be placed into libraries that are already known to CICS. Using your shop's standard assemble and link that should have happened which is why no extra step should be required.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Sep 21, 2012 2:27 pm
Reply with quote

A CICS region job includes a statement
Code:
//DFHRPL DD
which usually includes a series of concatenated load libraries. Every program and map used by that CICS region must be in one of the libraries in the DFHRPL concatenation. If it is not there, then APCT will occur.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Sep 21, 2012 7:47 pm
Reply with quote

If you're Tech Support personnel or a CICS System Programmer, then you should have CEDA access. Otherwise, if you're neither of these, you shouldn't have CEDA access for any reason, whatsoever.

Please consult one of the above personnel....
Back to top
View user's profile Send private message
abhisingh

New User


Joined: 26 Apr 2012
Posts: 10
Location: India

PostPosted: Tue Oct 23, 2012 5:52 pm
Reply with quote

hi moumi,

After compiling the BMS MAP code, it's load module is generated in the library and then CICS reads it from that perticular lib defined in your MAP Comp JCL.

For APCT,
reasons may be :
1. The program/map is not on the relocatable program library.
2. the program/map is disabled.
3. It can't be auto install.

Suggest u to check whether u have executed correct JCLs for program & maps and then check ur CEDA commands whether properly installed all of maps,programs.transactions.

icon_cool.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Duplicate transid's declared using CEDA CICS 3
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
Search our Forums:

Back to Top