[Migrated content. Thread originally posted on 29 March 2007]
Hello everyone,I've a
...
03 st-mtime pic x(4) comp-x.
...
containing the modify time of a file in datetime (longint) format (it's a part of the output of "_stat" WinAPI function): I'd like to convert it into a cobol freindly
01 f-datetime.
02 f-date pic 9(08).
02 f-time pic 9(08).
format. Has anyone an helpful suggestion?
Thanks In Advance, Giovanni.



