How to Convert 2010/02/11 to m/dd/yyy.. with string and
without string if any other method... code
Answer Posted / kishore
01 DATE-FIELD
05 DATE-YYYY PIC 9(04).
05 FILLER PIC X(1).
05 DATE-MM PIC 9(02).
05 FILLER PIC X(1).
05 DATE-DD PIC 9(02).
01 DATE-CONT
05 DATE-MM-CONT PIC 9(02).
05 DATE-DD-CONT PIC 9(02).
05 DATE-YYYY-CONT PIC 9(04).
ACCEPT DATE-FIELD
MOVE DATE-DD TO DATE-DD-CONT
MOVE DATE-MM TO DATE-MM-CONT
MOVE DATE-YYYY TO DATE-YYYY-CONT
DISPLAY DATE-CONT
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between section, paragraph and sentences?
Explain what all the conditiones required for using open opcode on a file?
Explain the difference between comp & comp-3?
What are the types of perform?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain how to update data area in cobol 400 program?
What is perform?
Define redefine?
Explain the input procedure?
Explain the output procedure?
Explain the input procedure and output procedure?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
seqence numbers in cobol
What is sort? And its syntax?
Explain the types of perform?