!team = '$1'
!nstart = $2
!nend = $3
!siteprf = '$4'
!icnt = 0
do !i from !nstart to !nend
!icnt = !icnt + 1
if (!icnt.lt(10)) then
!nn = '0$!icnt
else
!nn = '$!icnt'
endif
$P Cre DB $!team/XY$!nn as DBNO $!i
CREATE DB $!TEAM/XY$!nn DESI ACCE MULTIWRITE DBNO $!i with site /$!
Can we also add a areanumber here ??
please help me the syntax