View previous topic :: View next topic |
Author |
Message |
MFdigger Beginner
Joined: 09 Sep 2005 Posts: 124 Topics: 52 Location: Chicago
|
Posted: Thu Apr 09, 2009 3:29 pm Post subject: Command - to check the Maps |
|
|
Hi All,
Could some one please let me know the command to see whether the MAPs were defined or not in CICS system tables.
When I'm trying to execute the Transaction, no MAP is getting displayed on to the screen but the program is getting executed
Thank you _________________ Tx
Digger |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Apr 09, 2009 3:33 pm Post subject: |
|
|
if you have authority to execute CECI use that to perform a map SEND.
If you do not know the syntax, a little experimentation will get you there.
CECI SEND MAP(mapname) MAPSET(Mapsetname) erase
should get you started.
though this will not display the cics tables, it will let you know if the map is assembled and properly defined to your cics region. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
MFdigger Beginner
Joined: 09 Sep 2005 Posts: 124 Topics: 52 Location: Chicago
|
Posted: Thu Apr 09, 2009 4:37 pm Post subject: |
|
|
Thank you Dick  _________________ Tx
Digger |
|
Back to top |
|
 |
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Thu Apr 09, 2009 5:50 pm Post subject: |
|
|
Can you also determine if a map is defined via CEMT I PROG(mapname)? _________________ ....Terry |
|
Back to top |
|
 |
MFdigger Beginner
Joined: 09 Sep 2005 Posts: 124 Topics: 52 Location: Chicago
|
Posted: Mon Apr 13, 2009 9:42 am Post subject: |
|
|
When I execute the command CEMT I PROG(mapname) its showed up with the below info:
Code: |
I PROG(SD342)
STATUS: RESULTS - OVERTYPE TO MODIFY
Prog(SD342 ) Leng(0000003952) Map Ena Pri
Res(000) Use(0000000001) Qua
|
_________________ Tx
Digger |
|
Back to top |
|
 |
MFdigger Beginner
Joined: 09 Sep 2005 Posts: 124 Topics: 52 Location: Chicago
|
Posted: Mon Apr 13, 2009 9:46 am Post subject: |
|
|
Also, Can some please let me know the command to see the RCT table entries for the program in CICS
Thank you  _________________ Tx
Digger |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
|
Back to top |
|
 |
|
|