How to Convert 2010/02/11 to m/dd/yyy.. with string and
without string if any other method... code
Answer Posted / naresh bandaru
01 date-input
05 DATE-YYYY PIC 9(04).
05 FILLER PIC X(1).
DATE-MM PIC 9(02).
FILLER PIC X(1).
DATE-DD PIC 9(02).
01 date-output
05 DATE-YYY PIC 9(03).
05 DATE-M PIC 9(01).
05 DATE-DD1 PIC 9(02).
accept date-input.
move date-yyyy to date-yyy.
move date-mm to date-m.
move date-dd to date-dd1.
display date-output
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the input procedure and output procedure?
Define perform? And its types?
What is the actual use of fillers?
What is comp?
What are the types of perform?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the output procedure?
Define redefine?
What is redefine?
Explain the syntax of sort?
why icetool be used in programmer view?
Explain how to update data area in cobol 400 program?
How to detect record is locked in cobol/400? What is the solution for that?
Define sort?