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

CICS Assembler Table, how to check the data using CECI


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dev.donly4u

New User


Joined: 27 Aug 2010
Posts: 2
Location: kolkata

PostPosted: Wed Jun 10, 2015 2:48 pm
Reply with quote

We have one assembler table that is getting loaded during CICS startup and other transactions use this table data subsequently.
However there was some issues, due to which the data in the table is not getting loaded during startup, even when we did a manual load.

I need to check the data that is present in the table. How can I check the data that is present in the table using CECI command SET option?


Thanks,
Deva
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Wed Jun 10, 2015 2:49 pm
Reply with quote

ask Your support to find out what has changed since the last time the setup worked!
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: Wed Jun 10, 2015 6:47 pm
Reply with quote

Using CECI LOAD, save the address from the SET, clear out, then place your terminal under CEDF and launch any terminal-oriented application transaction in your arsenal.

After the first CICS-API, hit < PF5 > and then paste in the address you had saved from the SET. You'll then be able to view the internal Assembler CSECT/TABLE.

Assuming this is a core-resident table, check the PPT entry for RES=YES.

HTH....
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 Store the data for fixed length COBOL Programming 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
Search our Forums:

Back to Top