|
|
| Author |
Message |
ANISHSHAN
New User
Joined: 12 Jun 2008 Posts: 1 Location: Chennai, INDIA
|
|
|
|
| Hi, Could any one explain how to get the expanded source code while executing the search for a particular string in a endevor library using rexx? |
|
| Back to top |
|
 |
References
|
Posted: Tue Jul 01, 2008 4:09 pm Post subject: Re: Expanded source code of copybook in rexx |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1519 Location: germany
|
|
|
|
you will only find the source code a PROD level. at the lower stages, the source is handled differently. I have not found a way to access the code at stage A (or any stage < P) - other than thru endevor.
searching for strings in at a stage level can be accomplished with the 'SCAN ENDEVOR LISTINGS' - yes it is scaning the compile output and not the pure source. (U,11). |
|
| Back to top |
|
 |
|
|