Also, ich habe mal alles nachgezogen, und folgendes hat bei mir ebenfalls funtioniert (V7R2) :
Was nicht geht!Code:dcl-ds myDS; FLD1 CHAR(14) ; FLD2 CHAR(30) ; end-ds; ... EXEC SQL select f1, f2 into :myDS from file ;
Finde das reichlich seltsam...Code:dcl-ds myDS; extname(file) end-ds; ... EXEC SQL select * into :myDS from file ;
Bookmarks