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
Explain the types of perform?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is the syntax of redefine?
Explain the difference between search and searchall?
What are fillers? What is the actual use of fillers? With mall/simple example?
Define perform?
What is the syntax of sort?
Explain how to update data area in cobol 400 program?
What are fillers?
What is the actual use of fillers?
What is sort? And its syntax?
Explain the input procedure and output procedure?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain what all the conditiones required for using open opcode on a file?
Define sort?