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

Can I change the data which was passed by XCTL program


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 11:05 am
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
ramvishwa
Warnings : 2

New User


Joined: 18 Dec 2006
Posts: 18
Location: bangalore

PostPosted: Tue Dec 11, 2007 1:07 pm
Reply with quote

Yes it is possible to edit DFHCOMMAREA data which was passed by XCTL program.
Make sure that before calling the sub pgm TESTPGM1, you have moved the required data's to the DFHCOMMAREA.
Am sure we can edit the DFHCOMMAREA.

Thnx
Vishwa
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 4
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
Search our Forums:

Back to Top