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...


Explain the exact situation, when to use CALL, XCTL and LINK?

Answers were Sorted based on User's Feedback



Explain the exact situation, when to use CALL, XCTL and LINK?..

Answer / mehdee

1- We do XCTL to another program and we do not want to
return.
2- We do LINK to another program and we do want to return.
3- We do CALL to another program and we do want to return,
and we use it if we need to pass and return more
information than what COMMAREA is holding by the "USING"
option in the CALL.

Is This Answer Correct ?    4 Yes 0 No

Explain the exact situation, when to use CALL, XCTL and LINK?..

Answer / suman kumar

A called program remains in the last used state after it
returns control but link/xctl program always brings a new copy

Is This Answer Correct ?    3 Yes 1 No

Explain the exact situation, when to use CALL, XCTL and LINK?..

Answer / qasim

1- We do XCTL to another program and we do not want to
return.
2- We do LINK to another program and we do want to return.
3- We do CALL to another program and we do want to return,
and we use it if we need to pass and return more
information than what COMMAREA is holding by the "USING"
option in the CALL.
this is the exact use of above 3 keywords.

Is This Answer Correct ?    1 Yes 0 No

Explain the exact situation, when to use CALL, XCTL and LINK?..

Answer / sriharsha s r

I worked on all the 3 situations. Using CALL statement is
very interesting.

In main program use send text command then Call subprogram
(pure batch) using call statement by passing values..
Use call when You want to call pure batch program from
CICS, but use goback statement in Subprogram to get the
value back to CICS program.
Then use once again Send text command to dispaly the value
which You receive from subprogram.

Main program:
EXEC CICS SEND TEXT from (value of variable in main
program)) END-EXEC.
CALL WS-PGM1 by using A by reference, B by content
EXEC CICS SEND TEXT from (value received from subprogram)

Is This Answer Correct ?    2 Yes 2 No

Explain the exact situation, when to use CALL, XCTL and LINK?..

Answer / girish kumar

IN THE MAP JUST U CODE PICIN AS X(LENGTH) AND NEVER CODE THE
ANYTHING IN THE "INITIAL" JUST GIVE A BLANK SPACE.
FOR EX: IF YOU ARE DOING ADDITION USE
FUNCTION NUM VALUES(NO1I) PIC X(5).
FUNCTION NUM VALUES(NO2I) PIC X(5).
THEN COMPUTE NO1I + NO2I.

CODE LIKE THIS IN APPLICATION PROGRAM
I GET THE EXACT RESULT.

Is This Answer Correct ?    1 Yes 1 No

Explain the exact situation, when to use CALL, XCTL and LINK?..

Answer / sanvz

in additon to the above answers, VSCOBOLII allows to make
CALL stmt, so you can do this in ur earlier versions

if you routine is imbedded to ur main program, then that
case CALL is more effective.

if the modification are higher ,sub program size is higher
go for LINK, once issue link that u the control to one
level down to ur calling program. and ur calling pgm will
expect a return,

Xctl is more convienent way calling a progam in CIcs,.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More CICS Interview Questions

Can you explain dfheiblk?

0 Answers  


After execute the map, What will happen ? Give breif Description

4 Answers   HCL, IBM,


What is the name of the mapset definition macro?

1 Answers  


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

0 Answers   IBM,


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


Specify cics transaction initiation process?

0 Answers  


What is ENQ?

0 Answers  


There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?

3 Answers  


What is the pcp in the cics?

0 Answers  


What is quasi rentrancy concept in CICS?

1 Answers   HCL,


What is a cics task?

0 Answers  


Categories