What type of Call you would use if you don;t want the
control back to the calling program?

Answers were Sorted based on User's Feedback



What type of Call you would use if you don;t want the control back to the calling program?..

Answer / lvrajesh

After going thru manuals I believe coding a STOP RUN instead
of GO BACK will give the control directly to the OS.
Correct me if I am wrong.

Is This Answer Correct ?    11 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / balaji

Hi,
Please correct me if I am wrong..

I think u can give any call Static/Dynamic because these
CALL just tells how the calling program to be
invoked...during compile time or at the runtime...but if u
give Stop run in your called program it will automatically
give the control back to the OS and not to the calling
program unlike GOBACK which returns the control back to
calling pgm..

Is This Answer Correct ?    4 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / vaduguru

XCTL call in CICS program

Is This Answer Correct ?    3 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / menaka

USING 'CHAIN' KEYWORD IN COBOL.

Is This Answer Correct ?    3 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / lvrajesh

Hi Menaka,
Can you please explain more about using 'CHAIN' possibly using an example.

Thanks

Is This Answer Correct ?    1 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / lvrajesh

Hi Menaka,

Thanks for your answer. I believe you're answer is correct
after referring M.K. Roy book.

But I have a doubt,in the book it has been listed under
'COBOL for Personal Computers' so whether it applies to
Mainframe Cobol(VS Cobol II/Enterprise COBOL) usage. I
referred some IBM manuals and not able to find it.

Please let me know if you have you used it.

Appreciate your inputs.

Is This Answer Correct ?    1 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / kalyan

Hi Menaka,
Can you please explain more about using 'CHAIN' possibly
using an example.

Thanks

Is This Answer Correct ?    0 Yes 0 No

What type of Call you would use if you don;t want the control back to the calling program?..

Answer / lr

@vaduguru
Thanks for answering.
But the question is in COBOL CALL.
Since, I posted under COBOL question list, I didn't
mentioned it explicitly in the question.
I was really curious to answer to this.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


What is the difference between COMP & COMP-3 ?

2 Answers  


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


wht is load module and object module ?

2 Answers   DELL, TCS,


We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,






how to transfer the file from pc to mainframe??

5 Answers   TCS,


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


Whats the use of Examine command? can someone help me?

1 Answers   IBM,


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

0 Answers  


What are the rules of the move verb?

0 Answers  


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


Categories