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

88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


how many divisions are there in cobol

3 Answers   ADP,


how many bytes does s9(7)COMP-3 field occupies?

6 Answers   ADP,


how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........

4 Answers   Wipro,


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


The maximum number of dimensions that an array can have in COBOL-85 is ?

11 Answers  


What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


I have a sequential file. How do I access a record in this sequential file randomly in my program ?

8 Answers   CGI, Xansa,


The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it

3 Answers   ADP,


What rules are to be followed while using the corresponding options?

0 Answers  


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


Categories