If you are using a dynamic call to the QMF interface DSQCIB and you want to use the LIBDEF function in your QMF application, change your dynamic calls to static calls. For example, change the call identifier statement
CALL DSQCIB USING ...
to its call literal form
CALL "DSQCIB" USING ...[ Previous Page | Next Page | Contents | Index ]