Answer Posted / mandozai
In cobol array starts with 1 not with 0
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
What are 77 levels used for?
What are the different rules of SORT operation?
How do define dynamic array in cobol.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
HOw can I get the negative sign while deduct high value from low value
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the variable block file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is rmode(any) ?
What are the pertinent COBOL
What guidelines should be followed to write a structured cobol prgm?
Why would you use find and get rather than to obtain?
Give some examples of command terminators?