I need to compare 3 variables(dates) and do some processing
based on the earliest date. There could be more then 1 date
record in any of the 3 fields. What is the best way to code
this?


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

Post New Answer

More COBOL Interview Questions

Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

0 Answers  


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


how will u code parm parameter and where pls ?

3 Answers   DELL,


What are options have been removed in COBOL 11?

1 Answers  


what is search and searchall?what is the diffrence between them?give an best example?

3 Answers   BirlaSoft,






01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.

15 Answers   ACS,


) How do u handle errors in BMS macro?

0 Answers   IBM,


i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


What is difference between comp & comp-4?

6 Answers  


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


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

4 Answers   TCS,


WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN

3 Answers   Infosys,


Categories