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

Transacion data storage


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

New User


Joined: 08 May 2006
Posts: 24
Location: pune

PostPosted: Thu Dec 06, 2007 10:20 pm
Reply with quote

Hi All,

What is the transaction data storage? why we need store the data during the transaction?
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 Dec 07, 2007 12:29 am
Reply with quote

Hello,

Quote:
What is the transaction data storage?
Where did you hear this?

You might try this link and search for "transaction data storage" there. . .

http://publib.boulder.ibm.com/infocenter/txformp/v6r0m0/index.jsp?topic=/com.ibm.cics.te.doc/erziah0012.htm

If this is not what you are asking about, please clarify.
Back to top
View user's profile Send private message
vadivem

New User


Joined: 08 May 2006
Posts: 24
Location: pune

PostPosted: Fri Dec 07, 2007 12:40 am
Reply with quote

Hi ,

I heard from mannual there was two kind of data storage 1.storing data within transaction. 2. storing the data across transaction.

While studying I got confussion in both concepts so please clarify what is it? How it works in realtime?
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 Dec 07, 2007 3:17 am
Reply with quote

Hello,

Quote:
1.storing data within transaction
The data will be used by one transaction only.

Quote:
2. storing the data across transaction.
Data used in one transaction is made available to one or more other transactions.
Back to top
View user's profile Send private message
ignich7

New User


Joined: 02 Nov 2005
Posts: 66

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

Storing data within the trasaction:
DFHCOMMAREA, TWA will be used for this.

Storing data across transactions:
TDQs, TSQs, Files, CWA and Database can be used for this.
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top