View previous topic :: View next topic
|
Author |
Message |
Akhil Gupta
New User
Joined: 27 Sep 2007 Posts: 3 Location: hyderabad
|
|
|
|
I am looking for an alternate way to use Xoediter in case CHANGEMAN-DDIO libraries can not be used. Can use "compile listing" libraries instead of DDIO??
|
|
Back to top |
|
|
0d311
Guest
|
|
|
|
Akhil Gupta wrote: |
I am looking for an alternate way to use Xoediter in case CHANGEMAN-DDIO libraries can not be used. Can use "compile listing" libraries instead of DDIO??
|
I don't think you can use normal compile listings in Xpediter. I think you can create your own DDIO file in Xpediter, then convert your existing compile JCL (1.1) to a JCL that can update the DDIO file with listings, or better yet, just recompile your program in Xpediter. |
|
Back to top |
|
|
revel
Active User
Joined: 05 Apr 2005 Posts: 135 Location: Bangalore/Chennai-INDIA
|
|
|
|
We can use Compile listing lbrary for Xpediting,
While Setting just include Compile listing library
like XXXX.NONX.#000657.XXXX.LSTLIB ----- Where compile listing for a particular program is present
Try this; let me know comment
Thanks,
Raghav |
|
Back to top |
|
|
Devzee
Active Member
Joined: 20 Jan 2007 Posts: 684 Location: Hollywood
|
|
|
|
Quote: |
case CHANGEMAN-DDIO libraries can not be used |
Why do you think this cannot be used? |
|
Back to top |
|
|
Akhil Gupta
New User
Joined: 27 Sep 2007 Posts: 3 Location: hyderabad
|
|
|
|
because we dont have CHANGEMAN where we can compile a program with 'Xped ON' option [/quote] |
|
Back to top |
|
|
Akhil Gupta
New User
Joined: 27 Sep 2007 Posts: 3 Location: hyderabad
|
|
|
|
0d311 wrote: |
I don't think you can use normal compile listings in Xpediter. I think you can create your own DDIO file in Xpediter, then convert your existing compile JCL (1.1) to a JCL that can update the DDIO file with listings, or better yet, just recompile your program in Xpediter. |
Thanku sir....it works fine. I had recompiled my program in xpediter and it worked!!!.
Now i m going to try out Revel's suggestion also...lets see if it works also. |
|
Back to top |
|
|
|