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 / aruna
both the ans are coreect.in reshma's ans directly we can
write corr mve statement behalf of those 3move
statements.simply we can write move corr input-date to
output-date.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
What do you understand by psb and acb?
How many bytes S(8) comp field occupy and its maximum value?
Write the code implementing the perform … varying.
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?
Explain what you understand by passing by value.
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
What are all the divisions of a COBOL program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how do you reference the rrds file formats from cobol programs
Which mode is used to operate the sequential file?
What are the different rules for performing sort operation?
What is amode(24)?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can a Search can be done on a table with or without Index?