in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?

Answers were Sorted based on User's Feedback



in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the ..

Answer / kiran

i think it will be s806...ie load module not found

Is This Answer Correct ?    13 Yes 0 No

in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the ..

Answer / gurukulu

S0C1 ABEND will be issued.

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More COBOL Interview Questions

i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  


CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?

1 Answers  


01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?

2 Answers   IBM,


can i use multiple when statements in search & search all ? justify ur answer?

2 Answers  






how to code in cobol while using variable block file?

1 Answers  


where will u code file status ?

2 Answers   TCS,


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

0 Answers  


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete

4 Answers   TCS,


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.

15 Answers   ACS,


Categories