This input statement:
create table QTEMP.MEMBERINFO as (select * from table(ILEDITOR.GETMBRINFO('SNDBX3', 'QRPGLESRC', '#HELLO'))) with data;
select * from QTEMP.MEMBERINFO
Throws this result:
**** CLI ERROR *****
SQLSTATE: 22007
NATIVE ERROR CODE: -20448
Expression not valid using format string specified for TIMESTAMP_FORMAT.
**** CLI ERROR *****
SQLSTATE: 42704
NATIVE ERROR CODE: -204
MEMBERINFO in QTEMP type *FILE not found.
This input statement:
Throws this result: