What is the difference between structured cobol programming and object alternativelyiented cobol programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


What is difference between comp & comp-4?

6 Answers  


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,


what is ASRA, AEY9?

2 Answers   IBM,


How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

3 Answers   Cap Gemini, CTS,


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


What is EIBCALEN? Why it is used?

9 Answers   ADP,


What is the reference modification.

2 Answers  


plz any one tell clearly the justify right clause?

1 Answers  


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

9 Answers   TCS,


Categories