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

Interview Questions on CiCS


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

New User


Joined: 04 Dec 2012
Posts: 15
Location: pune

PostPosted: Fri Dec 07, 2012 7:03 pm
Reply with quote

1. How we can achieve pseudoconversation practically in CICS?? What are the commands invlolved with example....

2.suppose para1 calls para2 ..and para2 calls para3 ...para3 calls para4 ...para4 calls para5...and we got abend in para 5...and we code handle condition in para3...will it invoke handle condition or not

3.suppose progA calls progB using link ...progB calls progC using link...progC calls progD using xctl...with corresponding transactions TraA, TraB, TraC , TraD....If there is and error/abend in ProgC....which transactions will fail...
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Dec 07, 2012 7:13 pm
Reply with quote

In this section, you're supposed to tell us how you answered.
Back to top
View user's profile Send private message
neha_cap

New User


Joined: 04 Dec 2012
Posts: 15
Location: pune

PostPosted: Fri Dec 07, 2012 8:06 pm
Reply with quote

I am looking for answers for some questions shown below:

1. How we can achieve pseudoconversation practically in CICS?? What are the commands invlolved with example....

2.suppose para1 calls para2 ..and para2 calls para3 ...para3 calls para4 ...para4 calls para5...and we got abend in para 5...and we code handle condition in para3...will it invoke handle condition or not

3.suppose progA calls progB using link ...progB calls progC using link...progC calls progD using xctl...with corresponding transactions TraA, TraB, TraC , TraD....If there is and error/abend in ProgC....which transactions will fail...
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, 2012 8:42 pm
Reply with quote

Hello,

To repeat - what answers did you give the interviewer?
Back to top
View user's profile Send private message
neha_cap

New User


Joined: 04 Dec 2012
Posts: 15
Location: pune

PostPosted: Fri Dec 07, 2012 8:57 pm
Reply with quote

For questions 1: have answered that for example txn 1 is used for pgm a and txn2 for pgm b, and PGM is passing some data to PGM B; now in PGM A, its sending and recieving map... when the data is entered ' means @ this time user interacting' for that time Txn 2 is returned and got fired and processing pgm B once user done with 'data entry' than once again control is return to PGM A.

i am not sure abt this, if this is the wrong/right answer. Please correct me.

2. Depeds on when is the error occurs if its occurs on processing para 2 then there will be error . If the error occurs during para 3 and handle condition is written in Para 3 thn error will be handled.


3. Pgm b will be failed


I have answered likewise....Please help me out in these questions..
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top