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

Problem while transmitting data from 1 prog to another prog


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

New User


Joined: 09 Sep 2008
Posts: 39
Location: india

PostPosted: Fri Oct 08, 2010 7:14 pm
Reply with quote

Hi All,

I am facing a problem while sending data from one programe to another.
When i am sending data through Linkage to another programe it is not accepting in the manner it is sent.
Ex. i am sending string abcdefgh through program A using EXEC CICS LINK DFHcommarea length and some terminal control data etc.
Prog B accepting it like [b]bcdefgha[b]

I checked its commarea length as well.
I am not getting why this is happening
Can anybody please help me to resolve this issue.

Thanks in advance[/img]
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: Fri Oct 08, 2010 7:17 pm
Reply with quote

When program "B" gains control, what is the expected value of EIBCALEN?

This should be easy to debug using CEDF....

Bill
Back to top
View user's profile Send private message
ajaybshukla

New User


Joined: 09 Sep 2008
Posts: 39
Location: india

PostPosted: Fri Oct 08, 2010 7:26 pm
Reply with quote

Thanks for your reply...

It should be same as it is sent through prog 'A' and i have seen it is same also only i have seen the data is distorted which is giving problem in throwing map.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 08, 2010 8:48 pm
Reply with quote

Hello,

Look at some other set of programs that does this and is working. Make sure your code does the same as the working code.

If the data is distorted, the code did it. . .
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 Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top