Re: Finding the names of hsm's BCDSs

2018-01-26 Thread Manfred Lotz
On Thu, 25 Jan 2018 23:21:53 -0600 Bruce Hewson wrote: > As I see it you have 2 problems: > > 1. identify the running HSM task name. > 2. identify the active BCDS dataset name. > > How about using some ENQUEUE queries? > > firstly find the HSM task name:. > > some suitable MAJOR names to ch

Re: Finding the names of hsm's BCDSs

2018-01-25 Thread Bruce Hewson
As I see it you have 2 problems: 1. identify the running HSM task name. 2. identify the active BCDS dataset name. How about using some ENQUEUE queries? firstly find the HSM task name:. some suitable MAJOR names to check - ARCDSN, ARCENQG, SYSZARC that gives you the associated task name. The

Re: Finding the names of hsm's BCDSs

2018-01-25 Thread Daniel S. Dalby
"Manfred Lotz" wrote in message news:<20180124064904.3dc086f3@hogwart>... > On Tue, 23 Jan 2018 14:11:35 -0600 > DanD wrote: > > > Actually, if you check SHOWZOS it bounces through control blocks to > > locate the BCDS, MCDS, OCDS an JRNL. > > > > Well, yes and no. Currently, SHOWZOS is only a

Re: Finding the names of hsm's BCDSs

2018-01-23 Thread Manfred Lotz
On Tue, 23 Jan 2018 14:11:35 -0600 DanD wrote: > Actually, if you check SHOWZOS it bounces through control blocks to > locate the BCDS, MCDS, OCDS an JRNL. > Well, yes and no. Currently, SHOWZOS is only able to find the first BCDS and MCDS. In case of a multi CDS environment it won't show the o

Re: Finding the names of hsm's BCDSs

2018-01-23 Thread DanD
Actually, if you check SHOWZOS it bounces through control blocks to locate the BCDS, MCDS, OCDS an JRNL. Dan -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the mess

Re: Finding the names of hsm's BCDSs

2018-01-22 Thread Lizette Koehler
PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding the names of hsm's BCDSs > > On Mon, 22 Jan 2018 08:10:43 -0700 > Lizette Koehler wrote: > > > Even they should not change much once set up, it would require someone > > remember to alter them when > &g

Re: Finding the names of hsm's BCDSs

2018-01-22 Thread Manfred Lotz
red. I just wanted to save a configuration where the names of BCDS and MCDS are specified. > > Lizette > Manfred > > > -Original Message- > > From: IBM Mainframe Discussion List > > [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jeremy Nicoll > > Sen

Re: Finding the names of hsm's BCDSs

2018-01-22 Thread Lizette Koehler
. Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Jeremy Nicoll > Sent: Monday, January 22, 2018 4:19 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Finding the names of hsm's BCDSs > >

Re: Finding the names of hsm's BCDSs

2018-01-22 Thread ITschak Mugzach
​don't have dfhsm installed on my machine (yet) i would list all system type name-token pairs to see if DFHSM stores an address to its configuration there... ITschak On Mon, Jan 22, 2018 at 1:19 PM, Jeremy Nicoll < jn.ls.mfrm...@letterboxes.org> wrote: > On Mon, 22 Jan 2018, at 10:03, Manfred Lo

Re: Finding the names of hsm's BCDSs

2018-01-22 Thread Jeremy Nicoll
On Mon, 22 Jan 2018, at 10:03, Manfred Lotz wrote: > On Wed, 17 Jan 2018 21:24:54 -0800 > Ron hawkins wrote: > > > Would obtaining the data set names from SDSF meet your requirement? > > > > I could use SDSF for this. However, then everybody who would use the > program needs READ access to a pr

Re: Finding the names of hsm's BCDSs

2018-01-22 Thread Manfred Lotz
*/ > IEFC653I SUBSTITUTION JCL - DSN=DFHSM.BCDS,DISP=SHR XXOFFCAT DD > DSN=&UID..OCDS,DISP=SHR IEFC653I SUBSTITUTION JCL - > DSN=DFHSM.OCDS,DISP=SHR > > -Original Message- > From: IBM Mainframe Discussi

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Ron hawkins
he HSM CDS's, just space information about them. Neither does Q SETSYS, but it does show the names of the CDS backup datasets. Quite often the backup dataset names are the same as the CDS', suffixed with BACKUP or BKUP or something. Ant. -Original Message- From: IBM Mainframe D

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Anthony Thompson
ame as the CDS', suffixed with BACKUP or BKUP or something. Ant. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Graham Harris Sent: Thursday, 18 January 2018 6:39 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Finding the names

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Graham Harris
Whilst you're waiting for IBM to deliver a proper API, you could trap the console output from a F DFHSM,Q CDS. DFHSM may well not be called DFHSM of course, so that will add a little extra work, perhaps using an ISGQUERY on ARCENQG On 17 January 2018 at 13:29, Manfred Lotz wrote: > On Wed, 17

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Manfred Lotz
On Wed, 17 Jan 2018 15:04:11 +0200 ITschak Mugzach wrote: > Can you tell about the languages you wish to use and if this code > runs on a server side or client (TSO, Batch). > Assembler. The program runs in TSO. -- Manfred > ITschak > > On Wed, Jan 17, 2018 at 10:04 AM, Manfred Lotz > wro

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread ITschak Mugzach
Can you tell about the languages you wish to use and if this code runs on a server side or client (TSO, Batch). ITschak On Wed, Jan 17, 2018 at 10:04 AM, Manfred Lotz wrote: > Hi there, > I like to find out the DFSMShsm BCDS names programmatically. > > As I know the DD names, i.e. BAKCAT, and o

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Manfred Lotz
On Wed, 17 Jan 2018 12:01:22 + Rob Scott wrote: > In the meantime, you could try and come up with a safer local > solution based around using ISGQUERY for the SYSDSN major name > enqueues for the HSM address space. > > Depending on local naming standards you could probably spot the BCDS > da

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Rob Scott
Behalf Of Manfred Lotz Sent: Wednesday, January 17, 2018 8:04 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Finding the names of hsm's BCDSs Hi there, I like to find out the DFSMShsm BCDS names programmatically. As I know the DD names, i.e. BAKCAT, and optionally BAKCAT2, BAKCAT3 and BAKCAT4 I thoug

Re: Finding the names of hsm's BCDSs

2018-01-17 Thread Binyamin Dissen
On Wed, 17 Jan 2018 09:04:18 +0100 Manfred Lotz wrote: :>I like to find out the DFSMShsm BCDS names programmatically. :>As I know the DD names, i.e. BAKCAT, and optionally BAKCAT2, BAKCAT3 :>and BAKCAT4 I thought of using AR mode in order to get the TIOT of HSM. :>However, in order to get to

Finding the names of hsm's BCDSs

2018-01-17 Thread Manfred Lotz
Hi there, I like to find out the DFSMShsm BCDS names programmatically. As I know the DD names, i.e. BAKCAT, and optionally BAKCAT2, BAKCAT3 and BAKCAT4 I thought of using AR mode in order to get the TIOT of HSM. However, in order to get to the TIOT reliably I need SWAREQ which doesn't support A