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

Need pseudom conversation Program


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

New User


Joined: 09 Dec 2005
Posts: 16

PostPosted: Wed Dec 28, 2005 10:04 am
Reply with quote

Hi,
Since I am very much new to CICS, i need pesudo conversation program. Can anyone help me in this regard.
I am going to work with CICS from next week onwards in my next project.

Regards,
Candy.
Back to top
View user's profile Send private message
kumar_ngl
Warnings : 1

New User


Joined: 05 Aug 2005
Posts: 50
Location: chennai

PostPosted: Wed Dec 28, 2005 11:46 am
Reply with quote

Dear Candy,

The Psudeo conversation is of 3 types,

single program - multi transactions
multiple program -single transactions
singleprogram-single transaction....

I hope u know the meaning of psuedo programing

example1:

IF EIBTRNID = ' TSU3' PERFORM PARA-2.
ELSE IF EIBTRNID = 'TSU4' PERFORM PARA-3.
ELSE PERFORM PARA-4.

EXEC CICS RETURN

TRNID('TSU5')
END-EXEC. ( the control will skip to the transaction TSU5)

kumar.p.v
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top