Well, it is possible, but no straight forward
For example:
SELECT DIGITS(INTEGER(
CURRENT TIMESTAMP - (CURRENT TIMESTAMP - 2 HOURS - 10 MINUTES)))
FROM SYSIBM.SYSDUMMY1
will return 0000021000 meaning 2 hours ten minutes 0 seconds. so you can compute to number of minutes by using the substr-function