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

Answers were Sorted based on User's Feedback



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

Answer / krishna chaitanya

WE will get a Abend su4038

Is This Answer Correct ?    4 Yes 2 No

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

Answer / sri

a. syntax error

b. infinite loop

c. none

Is This Answer Correct ?    2 Yes 3 No

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

Answer / manoj

Job will neither abend nor go in infinite loop. It will give unpredicted results as it will executes all the codes line by line till the end.

Is This Answer Correct ?    0 Yes 2 No

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

Answer / kingmanish

infinite loop.

Is This Answer Correct ?    0 Yes 3 No

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

Answer / pramod reddy

The pgm will take max. time to compile..
it will get S322 abend...

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More COBOL Interview Questions

Name some of the examples of COBOl 11?

0 Answers   CSC,


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  






after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

0 Answers  


How will you find the currepted records in a file

2 Answers  


Write the code to count the sum of n natural numbers.

0 Answers  


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


give the examples for strings and unstrings in cobol

2 Answers   IBM,


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


Categories