select
(select count(*) from datei1 where ...)
,
(select count(*) from datei2 where ...)
:
into : Count1, : Count2 ...

from qibm.sysdummy1