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

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,


Suppose i want to declare a binary comp fild of 7 byte .how to write?

6 Answers   IBM,


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


how to transfer the file from pc to mainframe??

4 Answers  


When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.

1 Answers   CTS,






We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


What is the difference between comp and comp-3?

0 Answers  


What is an in-line perform ?

4 Answers   Accenture,


What are literals?

0 Answers  


What are some examples of command terminators?

1 Answers  


How to define a array dynamically.....

5 Answers   Fidelity,


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


Categories