idate_(idate_struct)

Purpose

The idate_ subroutine returns the current date in a numerical format containing the day, month and year.

Class

Subroutine

Argument Type and Attributes

idate_struct

TYPE IDATE_TYPE
SEQUENCE
INTEGER(4) IDAY
INTEGER(4) IMONTH
INTEGER(4) IYEAR
END TYPE
TYPE (IDATE_TYPE) IDATE_STRUCT
CALL idate_(IDATE_STRUCT)
IBM Copyright 2003