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.
Error while doing XPED/TSO
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Error while doing XPED/TSO
YOUR post tells you how to resolve it:
Otherwise contact Compuware Technical Support.
Re: Error while doing XPED/TSO
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
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
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Error while doing XPED/TSO
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:Sir I tried that but not sure if the type of XDYNAMIC is changing from PDS tp PDSE or not.
Code: Select all
//XDYNAMIC DD DISP=(NEW,DELETE),
// DSNTYPE=PDS,
// UNIT=SYSDA,
// DCB=(RECFM=U,DSORG=PO,BLKSIZE=32760),
// SPACE=(CYL,(5,0,10))
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.And for this matter I can't contact my back end Technical support team hence I posted it here.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1465
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 4
- 2095
-
by willy jensen
View the latest post
Tue Apr 20, 2021 1:26 pm
-
- 9
- 4505
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am
-
- 5
- 4658
-
by makdiver
View the latest post
Fri Jun 19, 2020 11:41 am
-
- 0
- 1208
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm