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 have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??

2 Answers   HCL,


What are the ways you can generate a copybook?

2 Answers  


given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.

2 Answers   TCS,


SIGN TRAILING SEPARATE field occupy ?

3 Answers  


can we use full outer join with cursors declared in cobol program?

2 Answers  


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.

3 Answers  


how can u pass the values into db2 values from cobol ?

3 Answers   CTS,


Why did you choose to work with ibm mainframe cobol programming?

1 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

2 Answers  


subscript and index r not coded in u r application program what will happen?

2 Answers  


using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


Categories