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?
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
how many divisions are there in cobol
how many bytes does s9(7)COMP-3 field occupies?
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...........
what happens if we dont close cursor in db2-cobol pgm?
The maximum number of dimensions that an array can have in COBOL-85 is ?
What does MAXCC 3 means? It is used in one my codes.
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
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
What rules are to be followed while using the corresponding options?
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.
What is the difference between write & move in COBOL?