Re: Finding where a module is being loaded from (for Mark Zelden)

2007-02-26 Thread Knutson, Sam
Hi,

The copy of FINDMOD I use is the assembler program from Dave Alcock
available here.  That is the what goes with the JCL I posted previously.

File # 311 Dave Alcock's large Utilities collection 

http://www.cbttape.org/ftp/cbt/CBT311.zip

http://www.cbttape.org

Best Regards, 

Sam Knutson, GEICO 
Performance and Availability Management 
mailto:[EMAIL PROTECTED] 
(office)  301.986.3574 

"Think big, act bold, start simple, grow fast..."
 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ed Philbrook
Sent: Monday, February 26, 2007 1:52 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Finding where a module is being loaded from (for Mark
Zelden)

Mark,

It appears you have more than one EXEC called FINDMOD. 

This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from (for Mark Zelden)

2007-02-26 Thread Mark Zelden
On Mon, 26 Feb 2007 13:51:59 -0500, Ed Philbrook
<[EMAIL PROTECTED]> wrote:

>Mark,
>
>It appears you have more than one EXEC called FINDMOD. Below is
>text excerpted
>from one on your website which says it can be used like an edit macro.
>These are different
>execs, correct?
>
>EdP
>
>/* NOTE: This exec can be executed as an ISPF EDIT MACRO   */
>/*   from ISPF EDIT or VIEW from the command line without*/
>/*   using the "TSO" prefix.  Example: FINDMOD IEFBR14  */
>


No, I only have one.  It can be executed via "TSO %FINDMOD name" or
if you are in EDIT/VIEW just "FINDMOD name" at the command line and it
will be invoked as an edit macro.  

The one that someone else posted (I think Sam) was a different one.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group:  G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from (for Mark Zelden)

2007-02-26 Thread Ed Philbrook
Mark,

It appears you have more than one EXEC called FINDMOD. Below is 
text excerpted 
from one on your website which says it can be used like an edit macro. 
These are different 
execs, correct?

EdP

/* NOTE: This exec can be executed as an ISPF EDIT MACRO   */ 
/*   from ISPF EDIT or VIEW from the command line without*/ 
/*   using the "TSO" prefix.  Example: FINDMOD IEFBR14  */ 





It depends on which FINDMOD.  There are at at least 2, one of which is 
mine
(CBT FILE 434) that must run under ISPF in batch.

Example:

//FINDMOD JOB
// 
//ALOCPROF EXEC PGM=IEFBR14 
//PROFILE  DD UNIT=SYSALLDA,DISP=(NEW,CATLG,DELETE), 
//SPACE=(CYL,(1,1,5)),DCB=(LRECL=80, 
//BLKSIZE=0,DSORG=PO,RECFM=FB), 
//DSN=userid.ISPF.TEMPPROF 
//*---*
//*Invoke ISPF*
//*---*



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-19 Thread Mark Zelden
It depends on which FINDMOD.  There are at at least 2, one of which is mine
(CBT FILE 434) that must run under ISPF in batch.

Example:

//FINDMOD JOB
// 
//ALOCPROF EXEC PGM=IEFBR14
//PROFILE  DD UNIT=SYSALLDA,DISP=(NEW,CATLG,DELETE),   
//SPACE=(CYL,(1,1,5)),DCB=(LRECL=80,   
//BLKSIZE=0,DSORG=PO,RECFM=FB),
//DSN=userid.ISPF.TEMPPROF
//*---*
//*Invoke ISPF*
//*---*
//BATCHPDF EXEC PGM=IKJEFT01,DYNAMNBR=128  
//ISPPLIB  DD DISP=SHR,DSN=SYS1.ISP.SISPPENU   
//ISPSLIB  DD DISP=SHR,DSN=SYS1.ISP.SISPSLIB   
// DD DISP=SHR,DSN=SYS1.ISP.SISPSENU   
//ISPMLIB  DD DISP=SHR,DSN=SYS1.ISP.SISPMENU   
//ISPPROF  DD DSN=userid.ISPF.TEMPPROF,DISP=(OLD,DELETE)  
//ISPTABL  DD DSN=userid.ISPF.TEMPPROF,DISP=OLD   
//ISPTLIB  DD DSN=userid.ISPF.TEMPPROF,DISP=OLD   
// DD DISP=SHR,DSN=SYS1.ISP.SISPTENU   
//ISPLOG   DD SYSOUT=*,
//DCB=(LRECL=120,BLKSIZE=2400,DSORG=PS,RECFM=FB)   
//ISPLIST  DD SYSOUT=*,
//DCB=(LRECL=121,BLKSIZE=1210,RECFM=FBA)   
//* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
//SYSEXEC  DD DISP=SHR,DSN=SYS1.ISP.SISPEXEC   
//SYSPROC  DD DISP=SHR,DSN=SYS1.ISP.SISPCLIB   
// DD DISP=SHR,DSN=findmod.EXEC.PDS 
//SYSTSPRT DD SYSOUT=* 
//SYSTSIN  DD *
 PROFILE PREFIX(userid)   
 ISPSTART CMD(%FINDMOD ASR*)   


--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group:  G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html



On Mon, 19 Feb 2007 12:09:41 -0500, Knutson, Sam <[EMAIL PROTECTED]> wrote:

>Here is the JCL I have used before.
>
>//*
>//TSO  EXEC PGM=IKJEFT01
>//SYSPRINT DD SYSOUT=*
>//SYSUDUMP DD SYSOUT=*
>//SHOWMVS  DD SYSOUT=*
>//SYSTSPRT DD SYSOUT=*
>//SYSTSIN  DD *
> PROFILE NOPREFIX
> PROFILE MSGID
>  FINDMOD PPCCX
>


>
>
>I got FINDMOD from the CBT tape and works fine as a command but I get a
>cc
>12 when I execute it in batch.
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-19 Thread Knutson, Sam
Here is the JCL I have used before.

//* 
//TSO  EXEC PGM=IKJEFT01
//SYSPRINT DD SYSOUT=*  
//SYSUDUMP DD SYSOUT=*  
//SHOWMVS  DD SYSOUT=*  
//SYSTSPRT DD SYSOUT=*  
//SYSTSIN  DD * 
 PROFILE NOPREFIX   
 PROFILE MSGID  
  FINDMOD PPCCX  

Thanks, Sam

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Oscar H Flores
Sent: Friday, February 16, 2007 2:41 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Finding where a module is being loaded from

Thanks!

I got FINDMOD from the CBT tape and works fine as a command but I get a
cc
12 when I execute it in batch.

Would you please send me a sample as to how you use it in batch.

This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-16 Thread Oscar H Flores

Thanks!

I got FINDMOD from the CBT tape and works fine as a command but I get a cc 
12 when I execute it in batch.


Would you please send me a sample as to how you use it in batch.









From: Matthew Stitt <[EMAIL PROTECTED]>
Reply-To: IBM Mainframe Discussion List 
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Finding where a module is being loaded from
Date: Fri, 16 Feb 2007 12:38:44 -0600

Check the CBT tape, www.cbttape.org.  Several routines scattered around on
the tape that will do what you want.  I use FINDMOD in both batch and as a
sub-routine.

On Fri, 16 Feb 2007 12:26:31 -0500, Jack Kelly
<[EMAIL PROTECTED]> wrote:

>in addition to the archive, you may want to look at ispf's isrddn.
>
>
>
>
>
>Oscar Flores <[EMAIL PROTECTED]>
>Sent by: IBM Mainframe Discussion List 
>02/16/2007 10:52 AM
>Please respond to
>IBM Mainframe Discussion List 
>
>
>To
>IBM-MAIN@BAMA.UA.EDU
>cc
>
>Subject
>Finding where a module is being loaded from
>
>
>
>
>
>
>Does anyone have a subroutine that can be called from another batch
>program in order to find out from which load library (i.e. LPA, Linkist,
>JOBLIB/STEPLIB) the calling program was loaded from.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-16 Thread Matthew Stitt
Check the CBT tape, www.cbttape.org.  Several routines scattered around on
the tape that will do what you want.  I use FINDMOD in both batch and as a
sub-routine.

On Fri, 16 Feb 2007 12:26:31 -0500, Jack Kelly
<[EMAIL PROTECTED]> wrote:

>in addition to the archive, you may want to look at ispf's isrddn.
>
>
>
>
>
>Oscar Flores <[EMAIL PROTECTED]>
>Sent by: IBM Mainframe Discussion List 
>02/16/2007 10:52 AM
>Please respond to
>IBM Mainframe Discussion List 
>
>
>To
>IBM-MAIN@BAMA.UA.EDU
>cc
>
>Subject
>Finding where a module is being loaded from
>
>
>
>
>
>
>Does anyone have a subroutine that can be called from another batch
>program in order to find out from which load library (i.e. LPA, Linkist,
>JOBLIB/STEPLIB) the calling program was loaded from.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-16 Thread Jack Kelly
in addition to the archive, you may want to look at ispf's isrddn.





Oscar Flores <[EMAIL PROTECTED]> 
Sent by: IBM Mainframe Discussion List 
02/16/2007 10:52 AM
Please respond to
IBM Mainframe Discussion List 


To
IBM-MAIN@BAMA.UA.EDU
cc

Subject
Finding where a module is being loaded from






Does anyone have a subroutine that can be called from another batch 
program in order to find out from which load library (i.e. LPA, Linkist, 
JOBLIB/STEPLIB) the calling program was loaded from. 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-16 Thread Charles Mills
Specifically, "How tell name of originating load library?" from August 14,
2005.

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of john gilmore
Sent: Friday, February 16, 2007 8:40 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Finding where a module is being loaded from

This is a complicated question that has been discussed here repeatedly.  
Look in the archives.

John Gilmore
Ashland, MA 01721-1817
USA

_
The average US Credit Score is 675. The cost to see yours: $0 by Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVE
RAGE

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding where a module is being loaded from

2007-02-16 Thread john gilmore
This is a complicated question that has been discussed here repeatedly.  
Look in the archives.


John Gilmore
Ashland, MA 01721-1817
USA

_
The average US Credit Score is 675. The cost to see yours: $0 by Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html