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

why occurs clause not mentioned in 01 level

6 Answers   HCL, NIIT, TCS, Tesco,


What is the difference between static call & Dynamic call?

2 Answers   CSC, TCS,


I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please

2 Answers  


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  






if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible

3 Answers   IBM,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 Answers   Microsoft,


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


Please let me know at which Scenarios we will go for STATIC call or DYNAMIC

3 Answers   IBM,


consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

5 Answers   TCS,


why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.

2 Answers   TCS,


Categories