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

Linkage data


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

Active User


Joined: 17 Nov 2009
Posts: 126
Location: India

PostPosted: Mon Jun 13, 2011 4:52 pm
Reply with quote

Hi

My transaction abending with ASRA in a called program which i can not debug as it is of different endevor system.

i am trying to see the data that passed to that .
is it possible to check the linkage variables data thru CEDF.

Thanks
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Jun 13, 2011 5:04 pm
Reply with quote

Susanta wrote:
is it possible to check the linkage variables data thru CEDF.
"Possibilty" can be answered by trying it out -- so did you try that?

ibmmainframes.com/about46399.html
publib.boulder.ibm.com/infocenter/cicsts/v2r3/index.jsp?topic=/com.ibm.cics.ts23.doc/dfha7/dfha7or.htm
ibmmainframes.com/about35785.html
ibmmainframes.com/about18172.html
Back to top
View user's profile Send private message
Jose Mateo

Active User


Joined: 29 Oct 2010
Posts: 121
Location: Puerto Rico

PostPosted: Tue Jun 14, 2011 1:37 am
Reply with quote

Good afternoon to all!

Yes you can thru EXEC CICS ENTER TRACEID (0001) FROM (DATA-AREA) END-EXEC. The DATA-AREA would point to the area in the linkage section that you would like to verify. If you would like to see it in storage then once you encounter the ENTER TRACEID swith the display to hex to get the address of the DATA-AREA. Then switch the display to working storage and enter the address on the top, then hit the enter key.
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 COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top