Page 1 of 1

Error while doing XPED/TSO

PostPosted: Thu Jun 24, 2010 2:53 pm
by ajuatsgp
Hi,

While doing XPED/TSO I am encouterring following error

GO 1
XPD0576 RA051 ERROR WITH IEWBIND FUNC=SAVEW, ******* IS A PROGRAM OBJECT
AND THE XDYNAMIC DATASET IS A PDSE

the MVS I am working gives the following explanation for the above error
XPD0576 ERROR WITH IEWBIND FUNC=SAVEW, (module name) IS A ('PROGRAM
OBJECT' or 'LOAD MODULE') AND THE XDYNAMIC DATASET IS A ('PDS' or 'PDSE').

Module: ADSRA051

Explanation: A critical error occurred using the IEWBIND macro.

User Response: If you are using program objects and the XDYNAMIC dataset
is a PDS, make the XDYNAMIC dataset a PDSE. Otherwise contact Compuware
Technical Support. The XDYNAMIC 'Dataset type' can be changed via the test
panel by entering the SEtup, Extended, Work commands.


I have tried changing the XDYNAMIC datase to PDSE still getting same error.

Please help me how to resolve it.

Re: Error while doing XPED/TSO

PostPosted: Thu Jun 24, 2010 5:06 pm
by Robert Sample
YOUR post tells you how to resolve it:
Otherwise contact Compuware Technical Support.

Re: Error while doing XPED/TSO

PostPosted: Thu Jun 24, 2010 7:46 pm
by ajuatsgp
Sir I tried that but not sure if the type of XDYNAMIC is changing from PDS tp PDSE or not.

And for this matter I can't contact my back end Technical support team hence I posted it here.

If anybody has any idea please help

Re: Error while doing XPED/TSO

PostPosted: Thu Jun 24, 2010 8:15 pm
by Robert Sample
Sir I tried that but not sure if the type of XDYNAMIC is changing from PDS tp PDSE or not.
No reason not to look and tell yourself. When you go into Xpediter, one of your options is to Edit the JCL before submitting it. Do so and look for the XDYNAMIC statement:
//XDYNAMIC DD  DISP=(NEW,DELETE),
//             DSNTYPE=PDS,
//             UNIT=SYSDA,
//             DCB=(RECFM=U,DSORG=PO,BLKSIZE=32760),
//             SPACE=(CYL,(5,0,10))
This one is a PDS -- since DSNTYPE=LIBRARY is required for PDSE.

And for this matter I can't contact my back end Technical support team hence I posted it here.
Please notice that the message in your post does not indicate you should contact your technical support team but the Compuware support -- as long as your site has a legal license to Xpediter you can get support from Compuware for the product. If the DSNTYPE is LIBRARY in your JCL, you will have two choices -- contact Compuware for assistance or find some other way besides Xpediter to debug your code.