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 perform? And its types?
Define redefine and its syntax?
Explain the syntax of redefine?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What is the syntax of sort?
What is the actual use of fillers?
How to update data area in cobol 400 program?
What is the syntax of redefine?
What is output procedure?
Define perform?
Explain the types of perform?
Define sort?
What is sort?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is input procedure?