Is there any way to retrieve source for an ILE CL program? I'm looking for a function equivalent to the RTVCLSRC command we use for retrieving the source for a CLP ?
Software/Hardware used:
ASKED:
September 21, 2006 9:31 AM
UPDATED:
January 6, 2011 7:49 PM
thanks, but I was already aware of IBM’s ‘stand’ on this issue …. I was wondering if there was anyone out there that had found a way to get around this ??
There’s a third party tool, RTVILESRC, available free at http://www.geocities.com/~alex_nubla/tips.htm
As long as you can see the source in debug mode then you can retrieve it using the utility.
Hope it helps
Jonathan
ok
astradyne, that link seems to have expired.
that link seems to have expired.
If you run STRDBG over the program, is a *LISTING view available? If it is, at worst, you should be able to copy/paste from the screen. If it isn’t, then a valid link won’t help.
You might even try STRCPYSCN to a file, and then scroll through the *LISTING view in debug. Not sure if the two work together. I think iSeries Access emulators allow some kind of auto-copy/paste with append.
The RTVILESRC function might be available somewhere, but the few Google references I tried all failed. That’s why I try not to paste links to sites that don’t have long histories of access.
Tom