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

I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..

2 Answers   EDS,


Explain what you understand by passing by value.

0 Answers  


how do u indetify files succesfully executed or not ?

4 Answers   TCS,


What is link edit in cobol?

0 Answers  


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

0 Answers   TryTechnicals Pvt Ltd,


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


how to resolve the file status 47.......

1 Answers   MMM,


How do you do in-line PERFORM?

4 Answers   Accenture,


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


Write down the divisions of cobol program?

0 Answers  


Categories