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
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
How do you compile cobol program..?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
what is MSGLEVEL?
what is s013u000 for?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
what is search and searchall?what is the diffrence between them?give an best example?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
When can the USING phrase be included in the call statement ?