Hi all,
I'm trying to sort an alphanumerical column as EBCDIC.
Reading on Internet I've found two things:
a) Use CAST(column as CHAR(nn) CCSID EBCDIC).
This gives me the following error:
Message: An unexpected token "EBCDIC" was found following "c AS
CHAR(255) CCSID". Expected tokens may include: "ASCII".
b) Read the casts available in the SYSIBM.SYSSTRIN GS table.
I don't have this sysTable neither SYSPARMS!!
Theres anything I can do about it?
Cheers
I'm trying to sort an alphanumerical column as EBCDIC.
Reading on Internet I've found two things:
a) Use CAST(column as CHAR(nn) CCSID EBCDIC).
This gives me the following error:
Message: An unexpected token "EBCDIC" was found following "c AS
CHAR(255) CCSID". Expected tokens may include: "ASCII".
b) Read the casts available in the SYSIBM.SYSSTRIN GS table.
I don't have this sysTable neither SYSPARMS!!
Theres anything I can do about it?
Cheers
Comment