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

What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


what is SYNCHRONIZATION?

3 Answers   Syntel,


How do you submit JCL via a Cobol program?

5 Answers   IBM,


Name the sections present in data division.

0 Answers  


What will happen if we generate GDG +2 version instead of +1 version?

2 Answers   T systems,






How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

3 Answers   IBM,


Can we use icetool in cobol program?

3 Answers  


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

0 Answers  


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


What is the default value of DISP parameter?

3 Answers   IBM,


how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........

4 Answers   Wipro,


Categories