How to Convert 2010/02/11 to m/dd/yyy.. with string and
without string if any other method... code
Answer Posted / taufeeq
DATA DIVISION.
WORKING-STORAGE SECTION.
77 DATE1 PIC 9(8).
PROCEDURE DIVISION.
ACCEPT DATE1 FROM DATE MMDDYYYY.
DISPLAY DATE1.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Define redefine?
Define sort?
Define perform? And its types?
Explain the input procedure?
What is input procedure?
Explain what all the conditiones required for using open opcode on a file?
What are the types of perform?
What is output procedure?
How to detect record is locked in cobol/400? What is the solution for that?
What is perform?
How to update data area in cobol 400 program?
What is the actual use of fillers?
What is sort?
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the types of perform?