I have access to a z/OS running Db2 v12 and recently managed to get my first COBOL/Db2 program running. But I still get a warning at my bind step in the compile job
DSN SYSTEM(DBCG)
BIND PLAN(DF01)-
MEMBER(FIRSTDB2)-
QUALIFIER(DF)-
ENCODING(EBCDIC)-
ACTION(REPLACE)
END
BIND PLAN(DF01)-
MEMBER(FIRSTDB2)-
QUALIFIER(DF)-
ENCODING(EBCDIC)-
ACTION(REPLACE)
END
resulting in
DSNT226I -DBCG DSNTBAP1 BIND WARNING FOR PLAN DF01
THE MEMBER OPTION IS DEPRECATED AND
SUPPORT WILL BE REMOVED IN THE FUTURE
THE MEMBER OPTION IS DEPRECATED AND
SUPPORT WILL BE REMOVED IN THE FUTURE
This is no tragedy right now, but can anyone tell me how to do that bind in a way to make Db2 happy with RC0?
Unfortunately there is no administrator I could ask at my shop - I am the only one digging into such things at the moment.
thanks
Dietmar