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 the difference between write & move in COBOL?

3 Answers   CSC, HHB,


how would find total records in files using seqientional

1 Answers   HSBC,


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


in a indexed file what is procedure for read the records from 12 to 18. please give the code example

2 Answers   L&T,






PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?

7 Answers  


Which is not true about evaluate statement

0 Answers  


What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?

1 Answers   Hewitt,


What are various search techniques in cobol? Explain.

0 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


Categories