i have mainprogram and subgram...if i compile mainprogram
without stop run..what will u get in compilation time?



i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in co..

Answer / magesh

Compilation stops at the last statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

4 Answers   CSC,


What is SDSF?

3 Answers  


What is the difference between a subscript and an index in a table definition?

3 Answers   TCS,


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,


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,






What is a scope terminator give example?

0 Answers  


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,


Which is not true about evaluate statement

0 Answers  


The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above

3 Answers   TCS,


Write some characteristics of cobol as means of business language.

0 Answers  


Can we change the password using ALTER? anyone tried and changed?

0 Answers   IBM,


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


Categories