How do you copy substring from clob-field with SQL if substring from/to positions are varables? This works OK (RPG free w embedded sql): exec sql select substr(myclobfield, 25, 70) INTO :mystring FROM MYLIB/MYFILE; [/pre] Whereas this causes a compilation error: from = 25; to = 70; exec sql select substr(myclobfield, :from, :to) [...]
What is VLSM ? Explain about VLSM Design ? Implementation of the VLSM Networks?
which routing protocols support VLSM





