View previous topic :: View next topic |
Author |
Message |
sundar Beginner
Joined: 07 Oct 2004 Posts: 2 Topics: 1
|
Posted: Thu Oct 07, 2004 2:04 am Post subject: How to find out the library from which the program is loaded |
|
|
Hi,
We were using a third party tool COMPARE for the pan valet compare. In the batch mode its executing fine. There were a couple of online utilities which fails due to the change in the location. Is there any way to find out the linklist or LPA from which the program is loaded in batch without alerting the security folks ? I tried WHEREIS and ISRDDN.
Here's some more info if I am not clear.
In REXX/Clist execs a call is used 'SYS3.LINKLIST(COMPARE)'.Now the program is not present in SYS3.LINKLIST.
In batch
//PAN EXEC PGM=COMPARE
//inputdd1...
//inputdd2... is working fine.
Thanks in advance, |
|
Back to top |
|
|
sandip Beginner
Joined: 28 Jul 2004 Posts: 18 Topics: 3
|
Posted: Thu Oct 07, 2004 3:40 am Post subject: |
|
|
ISRFIND command can help.
Put -
Member Name ==> COMPARE
LOADMOD ==> Y |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Oct 07, 2004 6:17 am Post subject: |
|
|
ISRDDN:
LOAD COMPARE
or S COMPARE |
|
Back to top |
|
|
sundar Beginner
Joined: 07 Oct 2004 Posts: 2 Topics: 1
|
Posted: Fri Oct 08, 2004 9:41 am Post subject: |
|
|
Thank you so much guys!! |
|
Back to top |
|
|
|
|