Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can u pass the control from one prog to another in CICS?

Answers were Sorted based on User's Feedback



How can u pass the control from one prog to another in CICS?..

Answer / g.kalyani

using XCTL() and LINK()

Is This Answer Correct ?    15 Yes 0 No

How can u pass the control from one prog to another in CICS?..

Answer / qasim@omtech

1.By using xctl and link
2.You can use CALL statement also
3.By using "return(transaction-name)" syntax also

Is This Answer Correct ?    4 Yes 0 No

How can u pass the control from one prog to another in CICS?..

Answer / sriharsga s r

To pass control from One program to other program
Use Link, XCTL and CALL

If You are using Link or XCTL in calling program, then use
Return command in the Called program to send control back
to Calling program.

If You are using CALL statement in Calling program,then use
GOBACK in called program to send control back to Calling
program.

Is This Answer Correct ?    4 Yes 0 No

How can u pass the control from one prog to another in CICS?..

Answer / y@$w@nth

The following are the commands to pass control from one
program to another program

XCTL(to pass control to the same level program and won't
expects the return of control )

LINK(to pass control to the one level to next lower level
and expects the control to return back)

RETURN( Use this in the called program to return control to
the called program When it is called through XCTL or LINK )

CALL

GOBACK(use this in the called program to return control to
the calling program When the it is called through CALL
statement)

Is This Answer Correct ?    5 Yes 1 No

How can u pass the control from one prog to another in CICS?..

Answer / p.v.h.girish kumar

by using xctl and link

Is This Answer Correct ?    3 Yes 0 No

How can u pass the control from one prog to another in CICS?..

Answer / tony prabu

Ya it's right usin not simply return but by specfying the
transaction to be executed to be mentioned thus the program
that run that transaction runs.

ex:
return(transaction-name)

Is This Answer Correct ?    1 Yes 0 No

How can u pass the control from one prog to another in CICS?..

Answer / poulamy

Even the CALL statement can be used.

Is This Answer Correct ?    2 Yes 1 No

How can u pass the control from one prog to another in CICS?..

Answer / anju

You can use CALL statement also.

Is This Answer Correct ?    1 Yes 1 No

How can u pass the control from one prog to another in CICS?..

Answer / murali pithani

We can pass control to the program by starting a
transaction in the source program.

Is This Answer Correct ?    0 Yes 0 No

How can u pass the control from one prog to another in CICS?..

Answer / shiva

is it possible by RETURN

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More CICS Interview Questions

How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?

3 Answers   DELL, HSBC,


Explain the purpose of the program list table?

0 Answers  


What is the function of the Terminal Control table?

4 Answers  


In a CICS program, how will you read a VSAM file?

0 Answers  


What is MDT?

1 Answers   IBM,


How to establish dynamic cursor position on a map?

0 Answers  


How can u pass the control from one prog to another in CICS?

10 Answers   Cap Gemini,


What is the use of the program list table?

0 Answers  


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


Receive consists of buffer option in it. What is the significance of this option?

0 Answers  


What is the pic clause for the hhmmss type of data fields?

0 Answers  


Categories