You are correct that $D commands to JES2 (display) are safe. And the space is optional; $D PROCLIB or $DPROCLIB are the same command.
On Tue, Feb 18, 2025 at 7:51 AM Bob Bridges < [email protected]> wrote: > Right, typo on my part; I only meant it can't be a member in a PDS. Did he > mean, perhaps "$D PROCLIB", or is it really all one string like that? > > I'm not a systems programmer (I came into security from the developer side) > and use the operator commands only when specifically instructed to do so > and > even then with fear and trembling, but I get the impression that all the > 'D' > commands are safe, ie, cannot accidentally change something about the > system. Would that be correct? > > --- > Bob Bridges, [email protected], cell 336 382-7313 > > /* My new thesaurus is terrible. My new thesaurus is also...terrible. > -Rand Bellavia */ > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf > Of > Retired Mainframer > Sent: Monday, February 17, 2025 21:11 > > Allan wrote $DPROCLIB which is a JES command to display the libraries JES > knows about. > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf > Of > Bob Bridges > Sent: Monday, February 17, 2025 12:58 PM > > "D$PROCLIB" can't be a member name, so I won't even ask what DS it's in; I > don't know what's meant there.... > > ________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf > of > Allan Staller > Sent: Monday, February 17, 2025 6:11:24 PM > > $DPROCLIB > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf > Of > Bob Bridges > Sent: Monday, February 17, 2025 12:09 PM > > ...I'm currently trying to get a list of all the proclibs in our system so > I > can search them for the mention of a particular program (because I don't > think it's being run and I'll have to create a job for it). I have list of > production joblibs, and I've written an exec that correctly looks in their > members and finds all instances of "JCLLIB" and the proclibs mentioned > there. But not all joblib members have a JCLLIB statement, of course; > they're using the default proclibs. How do I find out what the defaults > are? It's gotta be somewhere in the startup parms, right? > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Jay Maynard ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
