Author: Seppe
Subject: Reply to: Only text from varchar
Posted: Thu May 26, 2016 2:20 pm (GMT 5.5)
I explain...
Select MIO_CAMPO
from MIA_TAB ;
MIO_CAMPO is long 1000 char;
In fileoutput i have:
2 byte with lenght and after MIO_CAMPO.
I want only the value of MIO_CAMPO...
It is possible only with query or i have to take other jcl steps?
Subject: Reply to: Only text from varchar
Posted: Thu May 26, 2016 2:20 pm (GMT 5.5)
I explain...
Select MIO_CAMPO
from MIA_TAB ;
MIO_CAMPO is long 1000 char;
In fileoutput i have:
2 byte with lenght and after MIO_CAMPO.
I want only the value of MIO_CAMPO...
It is possible only with query or i have to take other jcl steps?