how the control comes back from subprogram to mainprogram

Answers were Sorted based on User's Feedback



how the control comes back from subprogram to mainprogram..

Answer / mohan

use go back

Is This Answer Correct ?    11 Yes 0 No

how the control comes back from subprogram to mainprogram..

Answer / neha

GO BACK

Is This Answer Correct ?    7 Yes 0 No

how the control comes back from subprogram to mainprogram..

Answer / ramana

exit program

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More COBOL Interview Questions

What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


What rules are to be followed while using the corresponding options?

0 Answers  


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


how to access the file from prodution from changeman tool and to submit a file to production

1 Answers   IBM,


Can we call a CICS program from a batch program or viceversa?If so, how?

3 Answers  






What is report-item in COBOL?

0 Answers   Arigo Infotech,


consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

10 Answers   TCS,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,


Can 88 level variable be declared in FD section..?

1 Answers   Infosys,


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


What is the purpose of Identification Division?

1 Answers  


Categories