|
|
| Author |
Message |
rohitsir
New User
Joined: 21 Aug 2007 Posts: 32 Location: USA
|
|
|
|
I am trying to find out the source code of one of the rexx routines. I have searched through all the sysproc and sysexec allocated libraries. Can anybody give me any more pointers in this regard.
Rohit |
|
| Back to top |
|
 |
References
|
Posted: Sat May 03, 2008 3:41 am Post subject: Re: Finding source of REXX code |
 |
|
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1706 Location: Mumbai, India
|
|
|
|
| Might be you have done this already, however, for reference, I search all the libraries under ISRDDN with the command "MEMBER membername", whenever such a 'new' code comes my way. |
|
| Back to top |
|
 |
rohitsir
New User
Joined: 21 Aug 2007 Posts: 32 Location: USA
|
|
|
|
| I have tried that aswell. No luck :-( |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3101 Location: Charlotte,NC USA
|
|
|
|
| If you don't know the source, then how do you know that the code is written in REXX? Maybe it resides as compiled code in a load module somewhere. |
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 322 Location: work
|
|
|
|
| Where is your current member? If it is in SYSEXEC or SYSPROC, the rexx source might be within the compiled rexx program. You may be able to manually re-build the source with some hard work. |
|
| Back to top |
|
 |
rohitsir
New User
Joined: 21 Aug 2007 Posts: 32 Location: USA
|
|
|
|
| Well, the utility I am talking about is used in edit mode. I have searched through all the allocated libraries under ISRDDN but i couldn't find the source code. |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 457
|
|
|
|
Hi,
it could be a load module as previously mentioned, try typing LPA in ISRDDN before searching for the member.
Gerry |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7517 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| but i couldn't find the source code. |
Could you find the executable? As Pedro mentioned, the source may be embedded in the executable module.
If this is the module/code that allows you to edit vsam files directly, i suspect that the code may be assembler. . . |
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 322 Location: work
|
|
|
|
| Quote: |
the utility I am talking about is used in edit mode
|
Can you explain how the utility is invoked? What is the name? |
|
| Back to top |
|
 |
rohitsir
New User
Joined: 21 Aug 2007 Posts: 32 Location: USA
|
|
|
|
Utility: BR
To browse files by pointing cursor to the dataset name and typing BR at command line and pressing enter. |
|
| Back to top |
|
 |
rohitsir
New User
Joined: 21 Aug 2007 Posts: 32 Location: USA
|
|
|
|
| Quote: |
| it could be a load module as previously mentioned, try typing LPA in ISRDDN before searching for the member. |
I tried looking into LPALIB libraries. I don't have access to all the libraries. That utility might be in one of these libraries.
| Quote: |
| If this is the module/code that allows you to edit vsam files directly, i suspect that the code may be assembler. . . |
Utility opens up vsam in browse mode only. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7517 Location: 221 B Baker St
|
|
|
|
Hello,
If you talk with your system support people, they should be able to tell you from which library the module is being executed. They can also tell what kind of module this is (rexx, assembler, etc). It may be part of some purchased/leased software. |
|
| Back to top |
|
 |
|
|