How to add support to the nodes during mesh generation?

The nodes are created during mesh generation.
I want to add supports on the nodes with its x corrdinates=0, y corrdinates are between -1 to 1.
How to achieve this?

+prog sofimsha urs:60
head
syst rest
ctrl rest 2

mod node xmin -0.001 xmax 0.001 ymin -1 ymax 1 zmin -999 zmax 999 fix pz

end

Thank you,
I want to put “PP” on the nodes with x=-0.5, z=-0.5, and want to put “PYPZ” on the nodes with x=3.5, z=-0.5.
Below is the code:

MOD TYPE XMIN ZMIN XMAX ZMAX FIX
NODE -0.501 -0.501 -0.499 -0.499 PP
NODE 3.499 -0.501 3.501 -0.499 PYPZ

But I still get error:

+++++ error no. 2010 in program SM_IA_NODE ; input line: 21
Node number -1 is not allowed

All the teddy files are attached
Aqua.dat (247 Bytes)
SofimshA.dat (666 Bytes)
SofimshC.dat (4.4 KB)
SofimshC - Vol.dat (130 Bytes)
Solid Slab with Holes.dat (137 Bytes)

OK, I figure that out, the MOD command doesn’t allow table format