HiLMAs reference
Back

Miscellaneous Instructions

Next

TIMEDATE

TIMEDATE

 

Description

Update Hilmas system variables containing time and date.

If system date or time are used, this statement should be ever used, for example at last one time at the start of the program. Otherwise, the Hilmas system variables containing time and date are empty.

These are the system variables filled with TIMEDATE:

$DATE DS 0 CL8 Date in European format DD/MM/YY
$DAY DS   CL2  
  DS   CL1 Will be filled with '/'
$MONTH DS   CL2  
  DS   CL1 Will be filled with '/'
$YEAR DS   CL2  
         
$TIME DS 0 CL8 Time in the form HH:MM:SS
$HH DS   CL2  
  DS   CL1 Will be filled with ':'
$MM DS   CL2  
  DS   CL1 Will be filled with ':'
$SS DS   CL2  

 

Note that :

 

Examples

 


Back Start Next
RANDSEED Top CONVDATE