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
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
"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
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
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
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
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
.
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
>
>
​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
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
*/
> 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
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo