Re: Listing proclibs

2024-11-18 Thread Paul Feller
of how the system looked after an IPL. Paul -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Monday, November 18, 2024 3:41 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Listing proclibs Or look at the master trace table. -- Shmuel (Seymour J

Re: Listing proclibs

2024-11-18 Thread Seymour J Metz
equ...@listserv.ua.edu> Sent: Monday, November 18, 2024 4:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Listing proclibs External Message: Use Caution If you have syslog access, return to the beginning of the last ipl. You can learn a lot about how your system is configured. Also, try the D IPLINFO c

Re: Listing proclibs

2024-11-18 Thread Dave Gibney
. > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Mike Schwab > Sent: Monday, November 18, 2024 12:35 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Listing proclibs > > ABCs of Systems Programming, volume 1 of 13. > https://www.redbooks

Re: Listing proclibs

2024-11-18 Thread Mike Schwab
ABCs of Systems Programming, volume 1 of 13. https://www.redbooks.ibm.com/abstracts/sg246981.html On Mon, Nov 18, 2024 at 12:33 PM Bob Bridges <0587168ababf-dmarc-requ...@listserv.ua.edu> wrote: > > LOL, that's the right question, Jeremy. But my client has started using an > external company

Re: Listing proclibs

2024-11-18 Thread Bob Bridges
LOL, that's the right question, Jeremy. But my client has started using an external company to do their sysprog stuff, and they're swamped just now; management's asked me to work through internal employees as much as possible. That definitely makes this an opportunity for me to learn something by

Re: Listing proclibs

2024-11-14 Thread Michael Babcock
Doesn’t one of SDSF’s panels now have the PROCLIB concatenation listed? On Thu, Nov 14, 2024 at 4:52 AM Jeremy Nicoll wrote: > On Thu, 14 Nov 2024, at 00:48, Bob Bridges wrote: > > > Rex: SYS1.PROCLIB has only a couple of Java-related jobs in it, and > > SYS1.PARMLIB has no member JES2PARM. > >

Re: Listing proclibs

2024-11-14 Thread Jeremy Nicoll
On Thu, 14 Nov 2024, at 00:48, Bob Bridges wrote: > Rex: SYS1.PROCLIB has only a couple of Java-related jobs in it, and > SYS1.PARMLIB has no member JES2PARM. The JES2 parm deck will be named whatever your sysprogs wanted it to be named, not necessarily "JES2PARM". You'd need to find the JCL

Re: Listing proclibs

2024-11-13 Thread Dave Gibney
nframe Discussion List On > Behalf Of Mike Schwab > Sent: Wednesday, November 13, 2024 5:02 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Listing proclibs > > /*PROCLIB or // JCLLIB is searched first. If not found searces JES2's list. > > On Wed, Nov 13, 2024 at 6:

Re: Listing proclibs

2024-11-13 Thread Mike Schwab
/*PROCLIB or // JCLLIB is searched first. If not found searces JES2's list. On Wed, Nov 13, 2024 at 6:48 PM Bob Bridges <0587168ababf-dmarc-requ...@listserv.ua.edu> wrote: > > Jack Zukt and J Pohlmann: Actually I was looking for a list of libraries that > MIGHT be proclibs; presumably a comm

Re: Listing proclibs

2024-11-13 Thread Lionel B Dyck
Try https://github.com/lbdyck/lstproc. Should give you what you want. Lionel B. Dyck < Website: GitHub.com/lbdyck Sent from my iPhone 15 Pro Worry more about your character than your reputation. Character is what you are, reputation merely what others think you are." - John Wooden > On Nov

Re: Listing proclibs

2024-11-13 Thread Bob Bridges
Jack Zukt and J Pohlmann: Actually I was looking for a list of libraries that MIGHT be proclibs; presumably a command that gives the current list might change next IPL. Rex: SYS1.PROCLIB has only a couple of Java-related jobs in it, and SYS1.PARMLIB has no member JES2PARM. Presumably something

Re: Listing proclibs

2024-11-13 Thread Jack Zukt
Hi Have you tried PROC at the SDSF command line? Or maybe I did not quite understood your request. Regards Jack On Wed, Nov 13, 2024, 21:34 Bob Bridges < 0587168ababf-dmarc-requ...@listserv.ua.edu> wrote: > Ah, I should have thought long ago to ask this question here! I'm slow, I > am. Is t