Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Language Reference Manual

SECSTODAYS

SECSTODAYS returns a FIXED BINARY(31,0) value that represents the number of seconds x converted to days, ignoring incomplete days.

Read syntax diagramSkip visual syntax diagram>>-SECSTODAYS(x)-----------------------------------------------><
 
x
Expression. The value for x must have computational type and should be FLOAT BINARY(53). If not, it is converted to FLOAT BINARY(53).

SECSTODAYS(x) is the same as x/(24*60*60).

For an example, see SECS.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)