Explain how to differentiate call by context by comparing it to other calls?


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

Post New Answer

More COBOL Interview Questions

What are the different forms of EVALUATE statement?

2 Answers   IBM, Micro Labs,


consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


What is the Importance of GLOBAL clause According to new standards of COBOL?

2 Answers   Infosys,






What is IMPACT analysis?

2 Answers   IBM,


how to crack cts interview apps? NOVEMBER 21 2010

2 Answers   CTS,


what is the diff b/w select stsmt and cursor ?

2 Answers  


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

1 Answers   L&T,


How you can delete a record from a ps file in cobol?

1 Answers  


which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?

1 Answers   Fidelity,


Categories