Help with TSO ACF data pulling



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Help with TSO ACF data pulling

Postby asinglaterry » Wed Feb 20, 2013 12:30 am

Good Afternoon,

I work for the help desk for my company. We pull data from mainframe in order to identify our users before a password reset (via TSO). Essentially we look up the user with the L function in ACF TSO. What I am looking for is a GUI to do this vs using attachmate as we are now. What I picture is a small program written in Java or C+ that you would open, input your username and password for mainframe and then simply enter the username and it would return the user's last 4 of SSN in a dialogue box. Any ideas as to how I would get started on this?
asinglaterry
 
Posts: 1
Joined: Wed Feb 20, 2013 12:26 am
Has thanked: 0 time
Been thanked: 0 time

Re: Help with TSO ACF data pulling

Postby Robert Sample » Wed Feb 20, 2013 1:05 am

Have you talked to the vendor to determine what is already available? If not, you should start there. If what you want is not already available, you need to find out from the vendor what interface(s) are supported. You may well find out that what you want to do cannot be done the way you want to do it. If the vendor tells you what you want to do is possible, you will need to access the product documentation and read it -- THOROUGHLY -- to find out how to use the API in the way you want to use it.

This kind of question is not a good one for a forum, since the answer may well depend upon what product options are installed AT YOUR SITE, and since we do not work at your site, we cannot tell you much.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Help with TSO ACF data pulling

Postby prino » Wed Feb 20, 2013 1:06 am

And this cannot be done using a macro in Attachmate?
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Re: Help with TSO ACF data pulling

Postby enrico-sorichetti » Wed Feb 20, 2013 1:25 am

it would return the user's last 4 of SSN in a dialogue box.


and where would You get the SSN from ???
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Help with TSO ACF data pulling

Postby steve-myers » Tue Nov 25, 2014 2:56 am

asinglaterry wrote:... it would return the user's last 4 of SSN in a dialogue box ...

And why are you collecting any part of an SSN? It has absolutely nothing to do with taxation, which, I remind you, is the only legal reason to collect SSN data. Not only that, if you have non US users using the system, they most likely do not have an SSN.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Help with TSO ACF data pulling

Postby NicC » Tue Nov 25, 2014 4:32 pm

In a timewarp, Steve? Although, interesting point!
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Help with TSO ACF data pulling

Postby Peter_Mann » Wed Nov 26, 2014 12:51 am

steve-myers wrote:
asinglaterry wrote:... it would return the user's last 4 of SSN in a dialogue box ...

And why are you collecting any part of an SSN? It has absolutely nothing to do with taxation, which, I remind you, is the only legal reason to collect SSN data. Not only that, if you have non US users using the system, they most likely do not have an SSN.

While I absolutly agree with you Steve, I know our security team and NOC (help desk) verifies who we are with the last 4 ssn, but its not stored in RACF, its part of the companies HR database and that's the ONLY part of the SSN that they see. Interestingly, we do have remote contractors, so now you have me wondering how they validate identity.
Just as a personal note Steve, I've been back in contact with Karl from our former employeer, you remember Karl?
take care
Peter
Peter_Mann
 
Posts: 145
Joined: Fri Jun 24, 2011 7:37 pm
Location: Lowell,AR
Has thanked: 15 times
Been thanked: 3 times

Re: Help with TSO ACF data pulling

Postby Pedro » Mon Dec 15, 2014 8:25 pm

we look up the user with the L function in ACF TSO

I am not familiar with ACF. How is the response displayed? If it is TSO line mode messages, perhaps you can use rexx with OUTTRAP to issue the command and capture the command response. Then use ISPF to display the same information.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Re: Help with TSO ACF data pulling

Postby steve-myers » Tue Dec 16, 2014 10:00 am

RACF or ACF2? Back in my product support days I recall we had a customer trying to execute a RACROUTE macro in one of our exits. While RACROUTE sounds like it's RACF, in reality it's the primary entry to SAF (System Authorization Facility), supposedly independent of the security system actually installed, though this customer was a RACF user. In any event this customer did the macro hopelessly wrong; the macro got an S0C4 in the macro. After discussing this with my boss - it seemed to me rendering assistance (fixing customer code as opposed to fixing our code, with testing it looked like 5 to 8 hours) should be billable. But, no, fix the customer for free.

Back in the 1982/1983 I was tech lead for an ACF2 install. I don't recall, though, anything about an ACF2 API to look at the ACF2 data base, and I think I looked through their docs. Possibly even then an ACF2 customer had to use RACROUTE.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post