how to display date in reverse order if the pic clause of
the is numeric
suppose date is 09032010 ==> need to print in 20100309
(pic clause is numeric)
Answer Posted / mf123
Thanks Reshma, ur absolutely correct,
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain about different table spaces.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between comp and comp-3?
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?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
In COBOL programming, what is PERFORM? What is VARYING?
Have you used comp and comp-3 in your project? And how?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the rrds file formats from cobol programs
What are declaratives and what are their uses in cobol?
Name some of the examples of COBOl 11?
How do get the result of your program directly on your pc?
For rewrite, why is it mandatory that file needs to be opened?
What is an in line perform? When would you use it? Anything else you wish to say about it.