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

how to transfer the data between the one program to another


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rambabu
Currently Banned

New User


Joined: 18 Apr 2005
Posts: 67

PostPosted: Sat May 28, 2005 7:02 pm
Reply with quote

how to transfer the data between the one program to another?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat May 28, 2005 9:04 pm
Reply with quote

A facility such as MQ-Series is specifically designed for this type of situation.
Back to top
View user's profile Send private message
sudheer648

New User


Joined: 23 May 2005
Posts: 97
Location: Chennai

PostPosted: Wed Jun 01, 2005 3:42 pm
Reply with quote

Hi,

Certainly you can make use of Linkage Section in case of Affordability.
Back to top
View user's profile Send private message
jkbytes

Active User


Joined: 19 Feb 2005
Posts: 139
Location: South Africa

PostPosted: Wed Jun 01, 2005 4:16 pm
Reply with quote

Hi rambabu,

if you are clear in ststing your question it will be easier for us to understand it properly, and give the needed solution.

Assuming that you are asking in how to pass the data from a cobol program to another program, we make use of the linkage section.

Actually Linkage section is used to receive the data passed from one program to another.
Back to top
View user's profile Send private message
gowtham_srgp

New User


Joined: 09 Jun 2005
Posts: 38

PostPosted: Wed Aug 17, 2005 10:27 am
Reply with quote

rambabu wrote:
how to transfer the data between the one program to another?



data can be transfered from a program to another through LIKAGE SECTION, or through TDQ and TSQ.

correction welcomed.........


gowtham
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Wed Aug 24, 2005 9:11 pm
Reply with quote

I'm not sure but for how this question is posed I think that also a dataset work fine... icon_question.gif
Data are passed thru a call, a ftp or what?
Rambabu, cordially, try to be more clear..
Back to top
View user's profile Send private message
sendil

New User


Joined: 30 Jun 2005
Posts: 27

PostPosted: Fri Aug 26, 2005 12:07 pm
Reply with quote

I know the following way to transfer the data from one program to another program,

1) by using call statement(in cics - LINK/XCTL)
2) by using files system (WRITE -PGM1 READ -PGM2)
3) by using TDQ and TSQ( in CICS)
4) by using START command(calling module) and RETRIEVE command(called module)
Back to top
View user's profile Send private message
michaelraj

New User


Joined: 01 Sep 2005
Posts: 43
Location: Bangalore

PostPosted: Thu Sep 01, 2005 6:43 pm
Reply with quote

Hi,

I think through Communication Area we can transfer data from one program to other. Communication Area is the area where the actual communication or transfer of data is taken place between programs.

Regards,
Mike.
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 -> Mainframe Interview Questions

 


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