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
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to refer the data field?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between Call and a Link?
What is report-item in COBOL?
what are decleratives in cobol?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between comp and comp-3?
How arrays can be defined in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between binary search and sequential search?
What is the utilization of copybook in cobol?
how do you reference the fixed unblock file formats from cobol programs