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

Passing data thru XCTL in CICS


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

New User


Joined: 15 Sep 2005
Posts: 42

PostPosted: Tue Dec 11, 2007 12:24 pm
Reply with quote

Hi All,

I have one doubt regarding the passing data from XCTL.

I have one program TESTPGM and TESTPGM1.
TESTPGM1 program is called by TESTPGM through XCTL and passing data also.

Here my doubt is whether Can I change the data in TESTPGM1 which is COMMAREA.

I have declared COMMAREA IN TESTPGM1 as follows.

01 DFHCOMMAREA.
05 COMMMAREA PIC X(124).

When I'm debugging with Xpeditor it is showing as follows.

K 01 DFHCOMMAREA GROUP LINKAGE SECTION 01 PTR=0
K 02 COMMMAREA X(124) LINKAGE SECTION 01 PTR=0

Here I was unable to edit the the DFHCOMMAREA.

Is it possible to edit DFHCOMMAREA data which was passed by XCTL program.

Please sugguest me on this.

Thanks in advance.

Thanks,
Sridevi
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Dec 11, 2007 2:27 pm
Reply with quote

Sridevi,

How does the following post looks similar?

ibmmainframes.com/viewtopic.php?t=26656
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 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
Search our Forums:

Back to Top