Page 1 of 1

XPEDITOR setup for Natural Code

PostPosted: Tue Oct 23, 2012 10:59 pm
by ChaseKL
We have xpeditor setup but not attached to Natural. Needing help with the setup, please.

Re: XPEDITOR setup for Natural Code

PostPosted: Tue Oct 23, 2012 11:12 pm
by Robert Sample
If your site has a license for Xpediter, then your site has access to the Compuware support web site / phone line. A question like yours is FAR more likely to get an ansewr from the vendor than on a forum such as this one. Contact the vendor.

Re: XPEDITOR setup for Natural Code

PostPosted: Tue Apr 25, 2017 12:09 pm
by rakeshsneha1212
Hi all,

I'm loking for a Xped code for COBOL compiler which will help me add the code to Xpediter for debugging.currently i'm using the below code where i'm facing error.


//CWPDDIO DD DISP=SHR,DSN=FLGFGR1.COBOL.DDIO
//CWPPRMO DD *
COBOL(OUTPUT(PRINT,DDIO))
PROCESSOR(OUTPUT(NOPRINT,NODDIO),TEXT(NONE))
LANGUAGE(VSCOBOL)
DDIO(OUTPUT(NOLIST,NOXREF,FIND,NODMAP,NOOFFSET,COMPRESS))
//*


Error

XPED TSO
TEST OFFSTPGM
XPD1116 ADSra111 trap breakpoint in active
****** OFFSTPGM from GC2u.cob.tstload
XPD2215 ADSRA221 language environment support not established (RC=00004040).
IF TESTING AN LE APPLICATION, THE LE RUNTIMELIBRARY SHOULD BE INCLUDED IN THE SETUP.
NO SOURCE LISTING DATA SET MEMEBR FOR OFFSTPGM



Regards,
Rakesh MS

Re: XPEDITOR setup for Natural Code

PostPosted: Tue Apr 25, 2017 3:16 pm
by prino
What is so hard to understand about the previous reply:

If your site has a license for Xpediter, then your site has access to the Compuware support web site / phone line. A question like yours is FAR more likely to get an ansewr from the vendor than on a forum such as this one. Contact the vendor.

Re: XPEDITOR setup for Natural Code

PostPosted: Tue Apr 25, 2017 4:58 pm
by NicC
What is more, you are talking about COBOL whereas the original post - % YEARS ago was regarding Natural. So:
    do not tailgate old posts
    do not post a specific language query under a post for a different language
    use the code tags when posting code/data

Re: XPEDITOR setup for Natural Code

PostPosted: Tue Apr 25, 2017 5:05 pm
by Robert Sample
In addition to what Prino said, the error messages you posted are quite clear. You did not provide source code for OFFSTPGM, and your set up did not include the LE run time libraries. Both of these issues need to be addressed through your site support group. You need to find out how to compile a COBOL program for Xpediter testing AT YOUR SITE (the specifics vary from site to site, so only someone working AT YOUR SITE can possibly tell you how to do this), and you need to have your site support group verify the system set up includes the LE run time libraries. If they are in the system set up, you need to work with your site support group to find out why you got the XPD2215 error message.

Furthermore, the original post was talking about Natural code -- now you're posting about COBOL. You need to learn the forum rules and how to start a topic of your own instead of hijacking a topic from years ago.

Re: XPEDITOR setup for Natural Code

PostPosted: Wed Apr 26, 2017 10:29 am
by rakeshsneha1212
Apologies!!

thank you for looking at it


Regards,
Rakesh MS