Abend running a normal batch program in debugging mode ... otherwise it's ok running in normal tso way. The user noticed that the problem is related to new Cobol 6 version and is not affecting programs compiled with Cobol 4.2 . The message is telling the user that he/she has a PDS library somewhere BUT Cobol 6 needs PDSE library : ** GE001SCE FROM BLIB00.BATCH.LOAD LINK 10/27/10 XPD0572 RA051 ERROR WITH IEWBIND FUNC=LOADW, GE007SCE IS A PROGRAM OBJECT AND THE XDYNAMIC DATASET IS A PDS |
This error is received because of the XDYNAMIC dataset type setting. |