From: Tom on
Is there a CICS transaction provided by CICS that allowed to add or
remove CICS users from the SNT table? Rather than using command line,
I would like do this programmatically.

Thanks.
From: Arnold Trembley on
Tom wrote:
> Is there a CICS transaction provided by CICS that allowed to add or
> remove CICS users from the SNT table? Rather than using command line,
> I would like do this programmatically.
>
> Thanks.

You could try searching through the IBM CICS manuals, but the answer to
your question is almost certainly NO. You might also try a google
search on "CICS DFHSNT". The SNT table is obsolete.

About 25 years ago I worked in an IBM VM and VSE shop and as part of my
job duties I would re-assemble the DFHSNT table, which contained the
list of userid's, their passwords in the clear, and their bit-mapped
security permissions. It was loaded into memory when CICS started up,
and its contents would be visible in a region/partition dump. So it did
not provide very much security at all.

As far as I know, DFHSNT is no longer included in any currently
supported release of CICS Transaction Server for VSE or MVS (OS/390,
z/OS). Modern CICS installations use the security facilities of the
Operating System instead.


--
http://arnold.trembley.home.att.net/
From: Binyamin Dissen on
On Mon, 9 Nov 2009 15:47:15 -0800 (PST) Tom <viper.tom(a)gmail.com> wrote:

:>Is there a CICS transaction provided by CICS that allowed to add or
:>remove CICS users from the SNT table? Rather than using command line,
:>I would like do this programmatically.

Is there anyone still using the SNT?

--
Binyamin Dissen <bdissen(a)dissensoftware.com>
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.
From: Anonymous on
In article <gr0jf593fqrp7ms2reiimvt81l5vc8lj59(a)4ax.com>,
Binyamin Dissen <postingid(a)dissensoftware.com> wrote:
>On Mon, 9 Nov 2009 15:47:15 -0800 (PST) Tom <viper.tom(a)gmail.com> wrote:
>
>:>Is there a CICS transaction provided by CICS that allowed to add or
>:>remove CICS users from the SNT table? Rather than using command line,
>:>I would like do this programmatically.
>
>Is there anyone still using the SNT?

My memory is, admittedly, porous but I recall that IBM dropped support of
macro-level CICS in the early 1990s and that there were advertisements for
Y2K remediation which requested recent macro-level experience.

DD