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


Please Help Members By Posting Answers For Below Questions

How to detect record is locked in cobol/400? What is the solution for that?

521


What is the syntax of redefine?

531


Explain how to update data area in cobol 400 program?

568


What are fillers?

525


Explain the input procedure?

531






Explain the syntax of sort?

552


What is redefine?

549


Explain the syntax of redefine?

516


Define perform? And its types?

501


why icetool be used in programmer view?

2136


What is perform?

533


Explain the difference between search and searchall?

508


Define perform?

514


seqence numbers in cobol

2655


Define redefine and its syntax?

536