Answer Posted / guest
it's not possible
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
example for sub strings ? and refernce modifications whit output pls
What are the different open modes available in cobol?
How arrays can be defined in COBOL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What rules are to be followed while using the corresponding options?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How do you reference the fixed block file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is amode(31)
How do you get the data to code the BMS macro?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Give some examples of command terminators?
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?