Hi,
I'm creating a table querying the data from 3 different tables through joins. I need to insert a Hex value ‘3F’ at the end of the last record in the Output file (Table) I create to know the end of file for another system reading the file.
I do not know whether this can be possible to insert a hex value into a table through SQL/400 query.
Thank You
Discuss This Question: 3  Replies
INSERT INTO yourlib/yourfile VALUES(X'3F')